@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.
15 lines • 483 B
TypeScript
export declare enum Orientation {
PORTRAIT = 0,
LANDSCAPE = 1
}
export declare const useOrientation: () => Orientation;
export declare const useIsLandscapeOrientation: () => boolean;
export declare const useIsPortraitOrientation: () => boolean;
declare const _default: {
screenWidth: number;
screenHeight: number;
viewHeight: (height: number) => number;
viewWidth: (width: number) => number;
};
export default _default;
//# sourceMappingURL=dimension.d.ts.map