@nxext/stencil
Version:
Nx plugin for stenciljs
5 lines (4 loc) • 325 B
TypeScript
import { InitSchema } from './schema';
import { GeneratorCallback, Tree } from '@nrwl/devkit';
export declare function initGenerator<T extends InitSchema>(host: Tree, options: T): Promise<GeneratorCallback>;
export declare const initSchematic: <T extends InitSchema>(options: T) => (tree: any, context: any) => Promise<any>;