UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 164 B
import { ApplicationSchema } from '../schema'; import { Tree } from '@nx/devkit'; export declare function addProject(host: Tree, options: ApplicationSchema): void;