UNPKG

emulate-key-in-browser

Version:
6 lines (5 loc) 294 B
import { TextInputElement } from "./text-input-element.type"; export declare function findKeyTarget(): Element; export declare function emulateKeyEvents(key: string, textInputAction?: (target: TextInputElement) => boolean, target?: Element, options?: { keypressBubbles?: boolean; }): void;