@nx/react
Version:
5 lines (4 loc) • 348 B
TypeScript
import type { FoundTarget } from '@nx/cypress/internal';
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>;