Home
last modified time | relevance | path

Searched refs:KeyboardEvent (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboard.d.ts46 export interface KeyboardEvent extends Partial<KeyboardEventIOS> { interface
58 type KeyboardEventListener = (event: KeyboardEvent) => void;
96 scheduleLayoutAnimation: (event: KeyboardEvent) => void;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboard.d.ts46 export interface KeyboardEvent extends Partial<KeyboardEventIOS> { interface
58 type KeyboardEventListener = (event: KeyboardEvent) => void;
96 scheduleLayoutAnimation: (event: KeyboardEvent) => void;
/expo/docs/ui/components/CommandMenu/
H A DCommandMenuTrigger.tsx24 const keyDownListener = (e: KeyboardEvent) => {