UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

16 lines (15 loc) 545 B
import { n as PropertyBehaviorSubject } from "../PropertyBehaviorSubject-ChzH7iRU.js"; //#region src/main/worker/PropertyPushSource.d.ts declare enum PropertyName { TorchState = "torch_state", ScanningMode = "scanning_mode", SoundEnabled = "sound_enabled", HapticEnabled = "haptic_enabled", SessionStopReason = "session_stop_reason", CameraPosition = "camera_position" } declare class PropertyPushSource { getBehaviorSubject(identifier: string): PropertyBehaviorSubject; } //#endregion export { PropertyName, PropertyPushSource };