@nx/next
Version:
6 lines • 542 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;
//# sourceMappingURL=cypress-component-configuration.d.ts.map