UNPKG

react-barcode-scanner

Version:

A barcode scanner base on Barcode Detector

6 lines (5 loc) 221 B
import { type RefObject } from 'react'; export declare function useCamera(ref: RefObject<HTMLVideoElement | null>, trackConstraints?: MediaTrackConstraints): { isCameraReady: boolean; error: Error | undefined; };