UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

8 lines 156 B
//#region src/main/SelectionMode.d.ts declare enum SelectionMode { Off = "off", On = "on", Auto = "auto" } //#endregion export { SelectionMode as t };