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

10 lines (8 loc) 219 B
import type { SupportedBundler } from '../_utils/normalize'; export interface ProviderGeneratorSchema { directory: string; bundler?: SupportedBundler; port?: number; exposeName?: string; consumer?: string; }