@complycube/react-native
Version:
ComplyCube's React Native Mobile SDK library for Identity Verification, KYC, and AML
8 lines • 325 B
TypeScript
/// <reference types="react" />
declare let ComplyCubeComponent: import("react-native").HostComponent<unknown>;
interface CCAProps {
settings: Object;
}
export default function ComplyCubeAndroid({ settings }: CCAProps): JSX.Element;
export { ComplyCubeComponent };
//# sourceMappingURL=ComplyCubeComponentAndroid.d.ts.map