UNPKG

@nx-plus/vue

Version:
5 lines (4 loc) 327 B
import { Tree } from '@nrwl/devkit'; import { ComponentGeneratorSchema } from './schema'; export declare function componentGenerator(tree: Tree, schema: ComponentGeneratorSchema): Promise<void>; export declare const componentSchematic: (generatorOptions: ComponentGeneratorSchema) => (tree: any, context: any) => Promise<any>;