UNPKG

@testing-library/user-event

Version:
9 lines (8 loc) 267 B
import { type pointerKey } from '.'; export declare class Device { private pressedKeys; get countPressed(): number; isPressed(keyDef: pointerKey): boolean; addPressed(keyDef: pointerKey): Set<string>; removePressed(keyDef: pointerKey): boolean; }