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 (3 loc) 244 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;