UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

6 lines (5 loc) 368 B
import { Tree } from '@nrwl/devkit'; import { MakeLibBuildableSchema } from './schema'; export declare function makeLibBuildableGenerator(host: Tree, schema: MakeLibBuildableSchema): Promise<void>; export default makeLibBuildableGenerator; export declare const makeLibBuildableSchematic: (options: MakeLibBuildableSchema) => (tree: any, context: any) => Promise<any>;