sass-template-common 0.0.82 → 0.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2201,6 +2201,7 @@ export declare const TagSection: FC<TagSectionProps>;
2201
2201
 
2202
2202
  declare interface TagSectionProps {
2203
2203
  tags?: Array<Tag>;
2204
+ title?: string;
2204
2205
  paths: RoutePathConfig;
2205
2206
  }
2206
2207