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.

10 lines 387 B
import * as React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; interface HMSManageCameraRotationProps extends RotateCameraButtonProps { } export declare const HMSManageCameraRotation: React.FC<HMSManageCameraRotationProps>; interface RotateCameraButtonProps { style?: StyleProp<ViewStyle>; } export {}; //# sourceMappingURL=HMSManageCameraRotation.d.ts.map