sass-template-common 0.4.1 → 0.4.2
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/README.md +36 -36
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +4 -0
- package/dist/sass-template-common.js +1889 -1884
- package/dist/sass-template-common.umd.cjs +52 -52
- package/package.json +64 -64
|
@@ -2141,6 +2141,10 @@ declare type Props_9 = {
|
|
|
2141
2141
|
|
|
2142
2142
|
export declare const Readest: FC<Props_27>;
|
|
2143
2143
|
|
|
2144
|
+
export declare const ReCaptchaRender: ({ defaultRouteName }: {
|
|
2145
|
+
defaultRouteName: string;
|
|
2146
|
+
}) => false | "" | JSX.Element | undefined;
|
|
2147
|
+
|
|
2144
2148
|
declare interface Related {
|
|
2145
2149
|
automatic: boolean;
|
|
2146
2150
|
news: News[];
|