@sqala/threedsecure-react
Version:
A React library for implementing 3D Secure authentication flows in payment applications
6 lines • 322 B
TypeScript
import { Authentication } from '../types';
import { RefObject } from 'react';
export declare const useDsMethod: (container: RefObject<HTMLDivElement>) => {
executeDsMethod: (authentication: Authentication, iFrame: HTMLIFrameElement, form: HTMLFormElement) => Promise<void>;
};
//# sourceMappingURL=useDsMethod.d.ts.map