@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.
13 lines • 496 B
TypeScript
import * as React from 'react';
import type { StyleProp, ViewStyle } from 'react-native';
import type { AnimatedStyle } from 'react-native-reanimated';
type OverlayContainerProps = {};
export declare const OverlayContainer: React.FC<OverlayContainerProps> & {
Overlay: typeof Overlay;
};
export type OverlayProps = {
animatedStyle?: StyleProp<AnimatedStyle<StyleProp<ViewStyle>>>;
};
declare const Overlay: React.FC<OverlayProps>;
export {};
//# sourceMappingURL=OverlayContainer.d.ts.map