UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

5 lines (4 loc) 270 B
import { Tree } from '@nx/devkit'; import { AddOutputtargetSchematicSchema } from '../schema'; export declare function addVueGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<import("@nx/devkit").GeneratorCallback>; export default addVueGenerator;