react-native-orientation-turbo
Version:
13 lines • 374 B
TypeScript
import type { Orientation } from './constants';
export type LockOrientationSubscription = {
orientation: Orientation | null;
isLocked: boolean;
};
export type OrientationSubscription = {
orientation: Orientation;
};
export type DeviceAutoRotateStatus = {
isAutoRotateEnabled: boolean;
canDetectOrientation: boolean;
};
//# sourceMappingURL=types.d.ts.map