@nxext/stencil
Version:
Nx plugin for stenciljs
9 lines (8 loc) • 426 B
TypeScript
import { SupportedStyles } from '../stencil-core-utils';
import { Tree } from '@nx/devkit';
import { ProjectType } from './typings';
/**
* The value of `npmScope` in an nx.json file
*/
export declare function createTestUILib(libDirectory: string, style?: SupportedStyles, buildable?: boolean): Promise<Tree>;
export declare function fileListForAppType(projectDir: string, style: string, projectType: ProjectType): string[];