@nxext/stencil
Version:
Nx plugin for stenciljs
6 lines (5 loc) • 406 B
TypeScript
import { Tree } from '@nrwl/devkit';
import { AddOutputtargetSchematicSchema } from '../schema';
export declare function addReactGenerator(host: Tree, options: AddOutputtargetSchematicSchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export default addReactGenerator;
export declare const addReactSchematic: (options: AddOutputtargetSchematicSchema) => (tree: any, context: any) => Promise<any>;