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.

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