Searched refs:KeyboardEvent (Results 1 – 3 of 3) sorted by relevance
46 export interface KeyboardEvent extends Partial<KeyboardEventIOS> { interface58 type KeyboardEventListener = (event: KeyboardEvent) => void;96 scheduleLayoutAnimation: (event: KeyboardEvent) => void;
24 const keyDownListener = (e: KeyboardEvent) => {