UNPKG

@leelexuan/react-qr-scanner

Version:

An enhanced React library for QR code scanning with API interaction capabilities and support for mouse-click detection on bounding boxes.

9 lines 242 B
import { TrackFunction } from './index'; export interface IScannerComponents { tracker?: TrackFunction; onOff?: boolean; finder?: boolean; torch?: boolean; zoom?: boolean; } //# sourceMappingURL=IScannerComponents.d.ts.map