sass-template-common 0.9.134 → 0.9.136

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.
@@ -2151,6 +2151,7 @@ declare type Props_10 = {
2151
2151
  };
2152
2152
  readestCustomStyles?: CSSProperties;
2153
2153
  newsDescriptionSectionTag?: 'span' | 'h3';
2154
+ customSummary?: ReactNode;
2154
2155
  };
2155
2156
 
2156
2157
  declare type Props_11 = {
@@ -2171,6 +2172,7 @@ declare type Props_11 = {
2171
2172
  paths: RoutePathConfig;
2172
2173
  commonServices: CommonServices;
2173
2174
  scope?: BannerScope;
2175
+ customSummary?: ReactNode;
2174
2176
  };
2175
2177
 
2176
2178
  declare type Props_12 = {