UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

9 lines 430 B
import * as React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; import Animated from 'react-native-reanimated'; export interface HMSKeyboardAvoidingViewProps { style?: StyleProp<Animated.AnimateStyle<StyleProp<ViewStyle>>>; bottomOffset?: number; } export declare const HMSKeyboardAvoidingView: React.FC<HMSKeyboardAvoidingViewProps>; //# sourceMappingURL=HMSKeyboardAvoidingView.android.d.ts.map