ICT30016-Assignment-3/node_modules/@testing-library/user-event/dist/keyboard/keyboardImplementation.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

3 lines
277 B
TypeScript

import { keyboardState, keyboardOptions } from './types';
export declare function keyboardImplementation(text: string, options: keyboardOptions, state: keyboardState): Promise<void>;
export declare function releaseAllKeys(options: keyboardOptions, state: keyboardState): void;