ship-gis/node_modules/@testing-library/user-event/dist/keyboard/keyboardImplementation.d.ts

4 lines
277 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
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;