UNPKG

react-native-orientation-turbo

Version:
9 lines 263 B
import type { Orientation } from './constants'; export type LockOrientationSubscription = { orientation: Orientation | null; isLocked: boolean; }; export type OrientationSubscription = { orientation: Orientation; }; //# sourceMappingURL=types.d.ts.map