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) 192 B
import { Schema } from './schema'; export declare function callUpgrade(schema: Schema): 1 | Buffer; export declare function checkStorybookInstalled(packageJson: Record<string, any>): boolean;