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.

8 lines 329 B
import * as React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; interface HMSManageVirtualBackgroundProps { style?: StyleProp<ViewStyle>; } export declare const HMSManageVirtualBackground: React.FC<HMSManageVirtualBackgroundProps>; export {}; //# sourceMappingURL=HMSManageVirtualBackground.d.ts.map