UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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