UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

5 lines (4 loc) 195 B
import { type ConfigPlugin } from '@expo/config-plugins'; import { ScanbotConfigPlugin } from './pluginTypes'; declare const _default: ConfigPlugin<ScanbotConfigPlugin>; export default _default;