UNPKG

@storybook/cli

Version:

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

16 lines (15 loc) 348 B
import { ConfigFile } from '@storybook/csf-tools'; import { Fix } from '../types'; interface Angular12RunOptions { angularVersion: string; storybookVersion: string; main: ConfigFile; } /** * Is the user upgrading to Angular12? * * If so: * - Run webpack5 fix */ export declare const angular12: Fix<Angular12RunOptions>; export {};