UNPKG

react-native-vision-camera

Version:

VisionCamera is the fastest and most powerful Camera for react-native.

4 lines (3 loc) 295 B
import type { OrientationSource } from '../../specs/common-types/OrientationSource'; import type { OrientationManager } from '../../specs/orientation/OrientationManager.nitro'; export declare function useOrientationManager(source: OrientationSource | undefined): OrientationManager | undefined;