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