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.

6 lines 275 B
import * as React from 'react'; import type { HMSViewProps } from '@100mslive/react-native-hms'; export interface HMSVideoViewProps extends Omit<HMSViewProps, 'id'> { } export declare const HMSVideoView: React.FC<HMSVideoViewProps>; //# sourceMappingURL=HMSVideoView.d.ts.map