sass-template-common 0.2.57 → 0.2.59
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.
|
@@ -656,9 +656,10 @@ export declare interface FreeZoneResponse {
|
|
|
656
656
|
|
|
657
657
|
export declare const GA4: ({ id, dimensionValues }: Props_2) => "" | JSX.Element | undefined;
|
|
658
658
|
|
|
659
|
-
export declare const GalleryHeader: ({ newsformated, internal, }: {
|
|
659
|
+
export declare const GalleryHeader: ({ newsformated, internal, commonServices, }: {
|
|
660
660
|
newsformated: NewListResponseData;
|
|
661
661
|
internal?: string;
|
|
662
|
+
commonServices: CommonServices;
|
|
662
663
|
}) => Promise<JSX.Element | undefined>;
|
|
663
664
|
|
|
664
665
|
export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
|
|
@@ -1595,7 +1596,7 @@ declare type Props_10 = {
|
|
|
1595
1596
|
paths: RoutePathConfig;
|
|
1596
1597
|
internalPath: string;
|
|
1597
1598
|
showComments?: boolean;
|
|
1598
|
-
commonServices
|
|
1599
|
+
commonServices: CommonServices;
|
|
1599
1600
|
COMMENTS_VARS?: {
|
|
1600
1601
|
COGNITO_AUTH_PREFIX: string;
|
|
1601
1602
|
CAPTCHA_KEY_V2: string;
|