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.

4 lines 281 B
import { Tree } from '@nx/devkit'; export declare function createTestUILibNoNgDevkit(appTree: Tree, libName: string): Promise<Tree>; export declare function deleteNewConfigurationAndCreateNew(appTree: Tree, projectStorybookRoot: string): Tree; //# sourceMappingURL=testing.d.ts.map