sass-template-common 0.1.73 → 0.1.74
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.
|
@@ -946,7 +946,7 @@ export declare const JournalistGroup: FC<Props_49>;
|
|
|
946
946
|
|
|
947
947
|
export declare const LayoutNewsComponent: FC<Props_46>;
|
|
948
948
|
|
|
949
|
-
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, isVisibleDefault }: LazyLoaderProps) => JSX.Element;
|
|
949
|
+
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, isVisibleDefault, COMMENTS_VARS }: LazyLoaderProps) => JSX.Element;
|
|
950
950
|
|
|
951
951
|
declare type LazyLoaderProps = {
|
|
952
952
|
render: 'more' | 'comment';
|
|
@@ -964,6 +964,10 @@ declare type LazyLoaderProps = {
|
|
|
964
964
|
internalPath?: string;
|
|
965
965
|
icon?: ReactNode;
|
|
966
966
|
isVisibleDefault?: boolean;
|
|
967
|
+
COMMENTS_VARS?: {
|
|
968
|
+
COGNITO_AUTH_PREFIX: string;
|
|
969
|
+
CAPTCHA_KEY_V2: string;
|
|
970
|
+
};
|
|
967
971
|
};
|
|
968
972
|
|
|
969
973
|
export declare type LibraryConfig = {
|