sass-template-common 0.0.80 → 0.0.81

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.
@@ -2197,6 +2197,13 @@ export declare interface Tag {
2197
2197
 
2198
2198
  export declare const TagComponent: FC<Props_10>;
2199
2199
 
2200
+ export declare const TagSection: FC<TagSectionProps>;
2201
+
2202
+ declare interface TagSectionProps {
2203
+ tags?: Array<Tag>;
2204
+ paths: RoutePathConfig;
2205
+ }
2206
+
2200
2207
  export declare type textsType = {
2201
2208
  menuText: string;
2202
2209
  editionText: string;