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 243 B
import { Schema } from './schema'; export declare function callUpgrade(schema: Schema): 1 | Buffer; export declare function checkStorybookInstalled(packageJson: Record<string, any>): boolean; //# sourceMappingURL=calling-storybook-cli.d.ts.map