UNPKG

react-native-unit-components

Version:

Unit React Native components

10 lines 422 B
import { ViewStyle } from 'react-native'; import React from 'react'; interface UNKeyboardAvoidingViewProps { children: React.ReactNode; style?: ViewStyle; keyboardVerticalOffset?: number; } declare const UNKeyboardAvoidingView: ({ children, style, keyboardVerticalOffset }: UNKeyboardAvoidingViewProps) => JSX.Element; export default UNKeyboardAvoidingView; //# sourceMappingURL=UNKeyboardAvoidingView.d.ts.map