sass-template-common 0.2.5 → 0.2.7
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.
|
@@ -848,7 +848,7 @@ export declare const IframeHeader: ({ newsformated, internal, commonServices, }:
|
|
|
848
848
|
newsformated: NewListResponseData;
|
|
849
849
|
internal?: string;
|
|
850
850
|
commonServices: CommonServices;
|
|
851
|
-
}) => Promise<JSX.Element |
|
|
851
|
+
}) => Promise<JSX.Element | null>;
|
|
852
852
|
|
|
853
853
|
declare interface Image_2 {
|
|
854
854
|
sizes: Size[];
|
|
@@ -2361,7 +2361,7 @@ export declare const VideoEmbeddedHeader: ({ newsformated, internal, commonServi
|
|
|
2361
2361
|
newsformated: NewListResponseData;
|
|
2362
2362
|
internal?: string;
|
|
2363
2363
|
commonServices: CommonServices;
|
|
2364
|
-
}) => Promise<JSX.Element |
|
|
2364
|
+
}) => Promise<JSX.Element | null>;
|
|
2365
2365
|
|
|
2366
2366
|
export declare interface VideoItem {
|
|
2367
2367
|
type: string;
|
|
@@ -2426,7 +2426,7 @@ export declare const VideoYoutubeHeader: ({ newsformated, internal, commonServic
|
|
|
2426
2426
|
newsformated: NewListResponseData;
|
|
2427
2427
|
internal?: string;
|
|
2428
2428
|
commonServices: CommonServices;
|
|
2429
|
-
}) => Promise<JSX.Element |
|
|
2429
|
+
}) => Promise<JSX.Element | null>;
|
|
2430
2430
|
|
|
2431
2431
|
export declare const WebsiteList: ({ config }: {
|
|
2432
2432
|
config: Config;
|