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.
@@ -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[];