@nx/react
Version:
6 lines (5 loc) • 440 B
TypeScript
import { type GeneratorCallback, type Tree } from '@nx/devkit';
import type { StorybookConfigureSchema } from './schema';
export declare function storybookConfigurationGenerator(host: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>;
export declare function storybookConfigurationGeneratorInternal(host: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>;
export default storybookConfigurationGenerator;