@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.
14 lines • 784 B
TypeScript
export type { IScannerComponents } from './IScannerComponents';
export type { IPoint } from './IPoint';
export type { IBoundingBox } from './IBoundingBox';
export type { IUseScannerState } from './IUseScannerState';
export type { IDetectedBarcode } from './IDetectedBarcode';
export type { IStartTaskResult } from './IStartTaskResult';
export type { IStopTaskResult } from './IStopTaskResult';
export type { IStartCamera } from './IStartCamera';
export type { IScannerStyles } from './IScannerStyles';
export type { IScannerClassNames } from './IScannerClassNames';
export type { IAdjustedBarcode } from './IAdjustedBarcodes';
export type { IBoundingBoxRawValue } from './IBoundingBoxRawValue';
export type { TrackFunction } from './TrackFunction';
//# sourceMappingURL=index.d.ts.map