UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 210 B
import { InitSchema } from '../schema'; import { GeneratorCallback, Tree } from '@nrwl/devkit'; export declare function addStyledDependencies<T extends InitSchema>(tree: Tree, options: T): GeneratorCallback[];