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 (5 loc) 249 B
import { ProjectConfiguration, Tree } from '@nx/devkit'; export declare function interactionTestsDependencies(): { [key: string]: string; }; export declare function addInteractionsInAddons(tree: Tree, projectConfig: ProjectConfiguration): void;