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