UNPKG

react-native-avoid-softinput

Version:

Native logic for avoiding covering text inputs by soft input views

5 lines 252 B
import type { HostComponent } from 'react-native'; import type { AvoidSoftInputViewProps } from './types'; declare const component: HostComponent<AvoidSoftInputViewProps>; export default component; //# sourceMappingURL=NativeAvoidSoftInputView.d.ts.map