UNPKG

react-native-scanbot-sdk

Version:

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

9 lines (7 loc) 259 B
import { BarcodeItem } from '../../barcode'; import { BarcodeMappedData } from './BarcodeInfoMapping'; export type BarcodeItemMapper = ( barcodeItem: BarcodeItem, onResult: (barcodeMappedData: BarcodeMappedData) => void, onError: () => void ) => void;