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