UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 150 B
import { PWASchema } from '../schema'; import { Tree } from '@nrwl/devkit'; export declare function addProject(tree: Tree, options: PWASchema): void;