@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.
11 lines • 468 B
TypeScript
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';
interface AnimatedHLSFooterProps {
offset: SharedValue<number>;
style?: StyleProp<Animated.AnimateStyle<StyleProp<ViewStyle>>>;
}
export declare const AnimatedHLSFooter: React.FC<AnimatedHLSFooterProps>;
export {};
//# sourceMappingURL=AnimatedHLSFooter.d.ts.map