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