UNPKG

sb-mig

Version:

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

8 lines (7 loc) 253 B
export declare const _extractComponentName: (filePath: string) => string; interface BuildOnTheFly { files: string[]; projectDir?: string; } export declare const buildOnTheFly: ({ files, projectDir, }: BuildOnTheFly) => Promise<void>; export {};