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.

8 lines 313 B
import { type Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<import("@nx/devkit").GeneratorCallback>; export default convertToInferred; //# sourceMappingURL=convert-to-inferred.d.ts.map