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 227 B
import React from 'react'; export interface HLSPlayerStatsViewProps { onClosePress?: () => void; } export declare const HLSPlayerStatsView: React.FC<HLSPlayerStatsViewProps>; //# sourceMappingURL=HLSPlayerStatsView.d.ts.map