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.

10 lines 489 B
import * as React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; import type { AnimatedStyle, SharedValue } from 'react-native-reanimated'; export interface HLSAnimatedDescriptionPaneProps { sharedValue: SharedValue<number>; height: number; style?: StyleProp<AnimatedStyle<StyleProp<ViewStyle>>>; } export declare const HLSAnimatedDescriptionPane: React.FC<HLSAnimatedDescriptionPaneProps>; //# sourceMappingURL=HLSAnimatedDescriptionPane.d.ts.map