@nx/react
Version:
5 lines (4 loc) • 369 B
TypeScript
import type { FoundTarget } from '@nx/cypress/src/utils/find-target-options';
import { ProjectConfiguration, Tree } from '@nx/devkit';
import type { CypressComponentConfigurationSchema } from '../schema';
export declare function addFiles(tree: Tree, projectConfig: ProjectConfiguration, options: CypressComponentConfigurationSchema, found: FoundTarget): Promise<void>;