UNPKG

@sqala/threedsecure-react

Version:

A React library for implementing 3D Secure authentication flows in payment applications

9 lines (8 loc) 295 B
import { useThreeDSecure as r } from "./hooks/useThreeDSecure.js"; import { AuthenticationState as h, ThreeDSChallengeOptions as n } from "./types/authentication.js"; export { h as AuthenticationState, n as ThreeDSChallengeOptions, r as useThreeDSecure }; //# sourceMappingURL=main.js.map