UNPKG

react-native-keyboard-controller

Version:

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

6 lines (5 loc) 220 B
import type { KeyboardControllerModule } from "./types"; /** * KeyboardController module. Helps to perform imperative actions/checks with keyboard. */ export declare const KeyboardController: KeyboardControllerModule;