@nx/next
Version:
6 lines (5 loc) • 481 B
TypeScript
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;