UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

8 lines (7 loc) 604 B
import { GeneratorCallback, Tree } from '@nrwl/devkit'; import { StorybookConfigureSchema } from './schema'; export declare function storybookConfigurationGenerator(tree: Tree, rawSchema: StorybookConfigureSchema): Promise<GeneratorCallback>; export declare function createProjectStorybookDir(tree: Tree, projectName: string, uiFramework: string): void; export declare function createRootStorybookDir(tree: Tree): void; export default storybookConfigurationGenerator; export declare const storybookConfigurationSchematic: (options: StorybookConfigureSchema) => (tree: any, context: any) => Promise<any>;