UNPKG

@chakra-ui/cli

Version:

Generate theme typings for autocomplete

20 lines (19 loc) 453 B
export declare function fetchCompositions(): Promise<{ id: string; type: string; file: string; component: string; npmDependencies: string[]; fileDependencies: string[]; }[]>; export declare function fetchComposition(id: string): Promise<{ id: string; type: string; file: { content: string; name: string; }; component: string; npmDependencies: string[]; fileDependencies: string[]; }>;