UNPKG

react-native-idscan-sdk

Version:
23 lines 659 B
import type { ScanResult, IdScannerTypes, APIKeys } from './types'; export declare const IDSCANNER_CONSTANTS: { /** * Combined PDF and MRZ Scanner */ TYPE_COMBINED: any; /** * Scan Passports */ TYPE_MRZ: any; /** * Scan Drivers Licenses */ TYPE_PDF: any; }; /** * Scan a Drivers License or Passport * @param type Supported scanner/parser types * @param apiKeys Object containing android and iOS API keys * @param onScanComplete Handle scan complete function */ export declare function scan(type: IdScannerTypes, apiKeys: APIKeys, onScanComplete: ScanResult): void; //# sourceMappingURL=index.d.ts.map