@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
14 lines (11 loc) • 581 B
TypeScript
import { Barcode } from '../Barcode.js';
import { BarcodeArAnnotation } from './ui/organisms/BarcodeArAnnotation.js';
import '@scandit/web-datacapture-core';
import '@scandit/web-datacapture-core/build/js/private/Serializable';
import '../EncodingRange.js';
import '../StructuredAppendData.js';
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
interface BarcodeArAnnotationProvider {
annotationForBarcode(barcode: Barcode, callback: (annotation: BarcodeArAnnotation) => void): Promise<void>;
}
export type { BarcodeArAnnotationProvider };