UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 193 B
import { Tree } from '@nx/devkit'; import { InitSchema } from '../schema'; export declare function addCypress(host: Tree, options: InitSchema): Promise<import("@nx/devkit").GeneratorCallback>;