sass-template-common 0.2.0 → 0.2.1
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.
- package/dist/sass-template-common.d.ts +2 -0
- package/dist/sass-template-common.js +1550 -1550
- package/dist/sass-template-common.umd.cjs +12 -12
- package/package.json +1 -1
|
@@ -1887,7 +1887,9 @@ declare type Props_47 = {
|
|
|
1887
1887
|
listVideoStyles?: CSSProperties;
|
|
1888
1888
|
paths: RoutePathConfig;
|
|
1889
1889
|
goBackLink?: string;
|
|
1890
|
+
titleGoBack?: string;
|
|
1890
1891
|
banner?: ReactNode;
|
|
1892
|
+
relatedName?: string;
|
|
1891
1893
|
};
|
|
1892
1894
|
|
|
1893
1895
|
declare interface Props_48 {
|