@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
12 lines (11 loc) • 647 B
TypeScript
import { t as BarcodeBatchSession } from "./BarcodeBatchSession-uyS3c7kn.js";
import { n as BarcodeBatchListener, t as BarcodeBatch } from "./BarcodeBatch-CNcFT3L0.js";
import { BarcodeBatchAdvancedOverlay } from "./BarcodeBatchAdvancedOverlay.js";
//#region src/main/PrivateBarcodeBatchAdvancedOverlayListener.d.ts
declare class PrivateBarcodeBatchAdvancedOverlayListener implements BarcodeBatchListener {
private readonly advancedOverlay;
constructor(advancedOverlay: BarcodeBatchAdvancedOverlay);
didUpdateSession(_: BarcodeBatch, session: BarcodeBatchSession): void;
}
//#endregion
export { PrivateBarcodeBatchAdvancedOverlayListener };