UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

5 lines 229 B
import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function migrate8Generator(tree: Tree, schema: Schema): Promise<void>; export default migrate8Generator; //# sourceMappingURL=migrate-8.d.ts.map