UNPKG

@nx/react

Version:

The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook. - Generators for applica

5 lines 408 B
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>; //# sourceMappingURL=add-files.d.ts.map