UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

5 lines (4 loc) 238 B
import { InitSchema } from './schema'; import { Tree } from '@nx/devkit'; export declare function initGenerator<T extends InitSchema>(host: Tree, options: T): Promise<import("@nx/devkit").GeneratorCallback>; export default initGenerator;