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 445 B
import React from 'react'; import type { HMSHLSPlayer } from '@100mslive/react-native-hms'; interface HLSGoLiveControlProps { playerRef: React.RefObject<React.ElementRef<typeof HMSHLSPlayer>>; onPress?: () => void; } export declare const _HLSGoLiveControl: React.FC<HLSGoLiveControlProps>; export declare const HLSGoLiveControl: React.NamedExoticComponent<HLSGoLiveControlProps>; export {}; //# sourceMappingURL=HLSGoLiveControl.d.ts.map