UNPKG

@yudiel/react-qr-scanner

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