UNPKG

capacitor-plugin-scanbot-barcode-scanner-sdk

Version:

Scanbot Barcode Scanner SDK for Capacitor

17 lines 641 B
import { registerPlugin } from '@capacitor/core'; const _registeredPlugin = registerPlugin('ScanbotBarcodeSDK', {}); const ScanbotBarcodeSDK = _registeredPlugin; /** @internal */ const _ScanbotBarcodeSDKUiV2 = _registeredPlugin; export { ScanbotBarcodeSDK }; /** @internal */ export { _ScanbotBarcodeSDKUiV2 }; export * from './types'; export * from './customTypes'; export * from './results'; export * from './configurations'; export * from './customConfigurations'; export * from './documents/BarcodeDocumentModel'; export * from './documents/CommonFieldType'; export * from './documents/GenericDocument'; //# sourceMappingURL=index.js.map