@nx/remix
Version:
6 lines (5 loc) • 446 B
TypeScript
import { type Tree } from '@nx/devkit';
import { type CypressComponentConfigurationSchema } from './schema';
export declare function cypressComponentConfigurationGenerator(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>;
export declare function cypressComponentConfigurationGeneratorInternal(tree: Tree, options: CypressComponentConfigurationSchema): Promise<void>;
export default cypressComponentConfigurationGenerator;