trust-mfa-sdk
Version:
TrustJS - Blockchain-powered MFA verification SDK. Trust is the only way.
13 lines • 384 B
TypeScript
export function TrustModal({ amount, orderId, currency, customer, onSuccess, onError, onMfaRequired, onCancel, theme }: {
amount: any;
orderId: any;
currency: any;
customer: any;
onSuccess: any;
onError: any;
onMfaRequired: any;
onCancel: any;
theme?: string | undefined;
}): any;
export default TrustModal;
//# sourceMappingURL=TrustModal.d.ts.map