UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

8 lines (6 loc) 230 B
import { SupportedStyles } from '../../stencil-core-utils'; import { InitSchema } from '../../generators/init/schema'; export interface MakeLibBuildableSchema extends InitSchema { style: SupportedStyles; importPath: string }