UNPKG

@testing-library/user-event

Version:
7 lines (6 loc) 212 B
import { pointerKey } from '../system/pointer'; export declare function parseKeyDef(pointerMap: pointerKey[], keys: string): { keyDef: pointerKey; releasePrevious: boolean; releaseSelf: boolean; }[];