UNPKG

@storybook/cli

Version:

Storybook's CLI - easiest method of adding storybook to your projects

8 lines (7 loc) 194 B
interface FixOptions { fixId?: string; yes?: boolean; dryRun?: boolean; } export declare const automigrate: ({ fixId, dryRun, yes }?: FixOptions) => Promise<void>; export {};