UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

6 lines (5 loc) 399 B
import { SupportedStyles } from '../stencil-core-utils'; import { Tree } from '@nrwl/devkit'; import { ProjectType } from '@nrwl/workspace'; export declare function createTestUILib(libName: string, style?: SupportedStyles, buildable?: boolean): Promise<Tree>; export declare function fileListForAppType(projectName: string, style: string, projectType: ProjectType, subDirectory?: string): string[];