UNPKG

@complycube/react-native

Version:

ComplyCube's React Native Mobile SDK library for Identity Verification, KYC, and AML

10 lines 296 B
/// <reference types="react" /> interface CCProps { settings: Object; onSuccess: any; onCancel: any; onError: any; } export default function ComplyCube({ settings, onSuccess, onCancel, onError, }: CCProps): JSX.Element; export {}; //# sourceMappingURL=ComplyCubeComponent.d.ts.map