UNPKG

@yudiel/react-qr-scanner

Version:
8 lines 238 B
import type { IBoundingBox, IPoint } from './index'; export interface IDetectedBarcode { boundingBox: IBoundingBox; cornerPoints: IPoint[]; format: string; rawValue: string; } //# sourceMappingURL=IDetectedBarcode.d.ts.map