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.

6 lines 351 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function initGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function initGeneratorInternal(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export default initGenerator; //# sourceMappingURL=init.d.ts.map