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 444 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { StorybookConfigureSchema } from './schema'; export declare function configurationGenerator(tree: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>; export declare function configurationGeneratorInternal(tree: Tree, rawSchema: StorybookConfigureSchema): Promise<GeneratorCallback>; export default configurationGenerator; //# sourceMappingURL=configuration.d.ts.map