@nx/angular
Version:
5 lines • 306 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { ComponentStoryGeneratorOptions } from './schema';
export declare function componentStoryGenerator(tree: Tree, options: ComponentStoryGeneratorOptions): Promise<void>;
export default componentStoryGenerator;
//# sourceMappingURL=component-story.d.ts.map