UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

7 lines (6 loc) 473 B
import { Tree } from '@nrwl/devkit'; import { AddOutputtargetSchematicSchema } from '../schema'; export declare function prepareVueLibrary(host: Tree, options: AddOutputtargetSchematicSchema): Promise<any>; export declare function addVueGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<any>; export default addVueGenerator; export declare const addVueSchematic: (options: AddOutputtargetSchematicSchema) => (tree: any, context: any) => Promise<any>;