UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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