UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

3 lines (2 loc) 110 B
import type { KeyboardState } from "../../types"; export declare const useKeyboardState: () => KeyboardState;