sass-template-common 0.0.40 → 0.0.42
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.
|
@@ -715,6 +715,10 @@ export declare function getResponse<T>(response: PromiseSettledResult<AxiosRespo
|
|
|
715
715
|
|
|
716
716
|
export declare function getResponsePromise<T>(response: PromiseSettledResult<T> | undefined): T | null;
|
|
717
717
|
|
|
718
|
+
export declare const getSchemas: (params: Params, path: string, axiosApi: AxiosInstance) => Promise<void | AxiosResponse< {
|
|
719
|
+
data: Array<ItemList>;
|
|
720
|
+
}, any, {}>>;
|
|
721
|
+
|
|
718
722
|
export declare const getScriptReplaces: {
|
|
719
723
|
[key in MetadataDefaultsKeys]: (props: Props_5) => replaces | undefined;
|
|
720
724
|
};
|
|
@@ -1442,7 +1446,10 @@ declare type Props_11 = {
|
|
|
1442
1446
|
itemList?: ItemList[];
|
|
1443
1447
|
slug: string;
|
|
1444
1448
|
socials: any;
|
|
1445
|
-
getVideos:
|
|
1449
|
+
getVideos: {
|
|
1450
|
+
iframe: Function;
|
|
1451
|
+
schema: Function;
|
|
1452
|
+
};
|
|
1446
1453
|
autorIcon: ReactNode;
|
|
1447
1454
|
shareOnlyWhatsApp?: boolean;
|
|
1448
1455
|
noteShare?: NoteShare;
|