UNPKG

@nx/next

Version:

The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides: - Scaffolding for creating, building, serving, linting, and testing Next.js applications. - Integration wit

6 lines 542 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { CypressComponentConfigurationGeneratorSchema } from './schema'; export declare function cypressComponentConfiguration(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>; export declare function cypressComponentConfigurationInternal(tree: Tree, options: CypressComponentConfigurationGeneratorSchema): Promise<GeneratorCallback>; export default cypressComponentConfiguration; //# sourceMappingURL=cypress-component-configuration.d.ts.map