@conboai/storybook.components 0.5.66 → 0.5.67
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.
|
@@ -5,10 +5,10 @@ type zipResponse = {
|
|
|
5
5
|
declare const startsWithAny: (testString: string, prefixes: string[]) => boolean;
|
|
6
6
|
declare const isIdSelected: (testString: string, selectedIds: string[]) => boolean;
|
|
7
7
|
declare const getParsedSvgViewsFromZip: (zip: File) => Promise<{
|
|
8
|
-
menu:
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
};
|
|
8
|
+
menu: any;
|
|
11
9
|
map: any;
|
|
10
|
+
icons: any;
|
|
11
|
+
logicMenus: any;
|
|
12
12
|
}>;
|
|
13
13
|
declare const extractZip: (file: File) => Promise<zipResponse[]>;
|
|
14
14
|
declare function extractPrefix(inputString: string, prefix: string): string;
|