UNPKG

react-native-orientation-turbo

Version:
11 lines (8 loc) 224 B
import type { Orientation } from './constants'; export type LockOrientationSubscription = { orientation: Orientation | null; isLocked: boolean; }; export type OrientationSubscription = { orientation: Orientation; };