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.

11 lines 347 B
import { Schema } from './schema'; export declare function callUpgrade(schema: Schema): 1 | Buffer; export declare function callAutomigrate(allStorybookProjects: { [key: string]: { configDir: string; }; }, schema: Schema): { successfulProjects: {}; failedProjects: {}; }; //# sourceMappingURL=calling-storybook-cli.d.ts.map