sass-template-common 0.4.6 → 0.4.8
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.
|
@@ -2151,6 +2151,10 @@ 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
|
+
|
|
2154
2158
|
declare interface Related {
|
|
2155
2159
|
automatic: boolean;
|
|
2156
2160
|
news: News[];
|