@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 • 333 B
TypeScript
import React from 'react';
interface HLSFullScreenControlProps {
onPress?: () => void;
}
export declare const _HLSFullScreenControl: React.FC<HLSFullScreenControlProps>;
export declare const HLSFullScreenControl: React.NamedExoticComponent<HLSFullScreenControlProps>;
export {};
//# sourceMappingURL=HLSFullScreenControl.d.ts.map