sass-template-common 0.1.99 → 0.2.0

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.
@@ -1886,11 +1886,8 @@ declare type Props_47 = {
1886
1886
  mainVideoStyles?: CSSProperties;
1887
1887
  listVideoStyles?: CSSProperties;
1888
1888
  paths: RoutePathConfig;
1889
- relatedName?: string;
1890
- banner?: {
1891
- banners: Array<BannerResponse>;
1892
- bannerName: string;
1893
- };
1889
+ goBackLink?: string;
1890
+ banner?: ReactNode;
1894
1891
  };
1895
1892
 
1896
1893
  declare interface Props_48 {