UNPKG

react-native-scanbot-sdk

Version:

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

11 lines 244 B
export interface CameraViewFinderInset { left: number; top: number; bottom: number; right: number; } export interface CameraViewAspectRatio { width: number; height: number; } //# sourceMappingURL=CameraViewTypes.d.ts.map