UNPKG

react-native-keyboard-controller

Version:

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

7 lines (6 loc) 266 B
import type { HostComponent } from "react-native"; import type { ViewProps } from "react-native/Libraries/Components/View/ViewPropTypes"; export interface NativeProps extends ViewProps { } declare const _default: HostComponent<NativeProps>; export default _default;