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 267 B
import * as React from 'react'; import type { StatusBarProps } from 'react-native'; type HMSStatusBarProps = StatusBarProps & { hidden?: boolean; }; export declare const HMSStatusBar: React.FC<HMSStatusBarProps>; export {}; //# sourceMappingURL=StatusBar.d.ts.map