UNPKG

react-native-vision-camera

Version:

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

4 lines (3 loc) 272 B
import type { CameraController } from '../../specs/CameraController.nitro'; import type { TorchMode } from '../../specs/common-types/TorchMode'; export declare function useTorchModeUpdater(controller: CameraController | undefined, torchMode: TorchMode | undefined): void;