sass-template-common 0.1.68 → 0.1.70

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.
@@ -1355,6 +1355,8 @@ declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1355
1355
  '--section-card-image-box-shadow'?: string;
1356
1356
  }
1357
1357
 
1358
+ export declare const NewsDescriptionComponent: FC<NewsDescriptionProps>;
1359
+
1358
1360
  declare interface NewsDescriptionCSS extends SectionCardChipCSS {
1359
1361
  '--news-description-title-size-desk'?: string;
1360
1362
  '--news-description-title-line-height-desk'?: string;