UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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