UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

6 lines (5 loc) 359 B
import { Tree } from '@nrwl/devkit'; import { RawLibrarySchema } from './schema'; export declare function libraryGenerator(host: Tree, schema: RawLibrarySchema): Promise<import("@nrwl/devkit").GeneratorCallback>; export default libraryGenerator; export declare const librarySchematic: (options: RawLibrarySchema) => (tree: any, context: any) => Promise<any>;