UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

7 lines (6 loc) 215 B
export declare const _extractComponentName: (filePath: string) => string; interface BuildOnTheFly { files: string[]; } export declare const buildOnTheFly: ({ files }: BuildOnTheFly) => Promise<void>; export {};