sass-template-common 0.4.5 → 0.4.6
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 +0 -4
- package/dist/sass-template-common.js +1440 -1453
- package/dist/sass-template-common.umd.cjs +22 -22
- package/package.json +1 -1
|
@@ -2151,10 +2151,6 @@ declare type Props_9 = {
|
|
|
2151
2151
|
|
|
2152
2152
|
export declare const Readest: FC<Props_28>;
|
|
2153
2153
|
|
|
2154
|
-
export declare const ReCaptchaRender: ({ defaultRouteName }: {
|
|
2155
|
-
defaultRouteName: string;
|
|
2156
|
-
}) => false | "" | JSX.Element | undefined;
|
|
2157
|
-
|
|
2158
2154
|
declare interface Related {
|
|
2159
2155
|
automatic: boolean;
|
|
2160
2156
|
news: News[];
|