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.

7 lines (6 loc) 335 B
import { type Tree } from '@nx/devkit'; import type { StorybookConfigureSchema } from '../schema'; export type EnsureDependenciesOptions = { uiFramework?: StorybookConfigureSchema['uiFramework']; }; export declare function ensureDependencies(tree: Tree, options: EnsureDependenciesOptions): import("@nx/devkit").GeneratorCallback;