sass-template-common 0.2.1 → 0.2.3

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.
@@ -1888,7 +1888,10 @@ declare type Props_47 = {
1888
1888
  paths: RoutePathConfig;
1889
1889
  goBackLink?: string;
1890
1890
  titleGoBack?: string;
1891
- banner?: ReactNode;
1891
+ banner?: {
1892
+ banners: Array<BannerResponse>;
1893
+ bannerName: string;
1894
+ };
1892
1895
  relatedName?: string;
1893
1896
  };
1894
1897