UNPKG

@feexpay/react-sdk

Version:

SDK React officiel pour intégrer les paiements FeexPay dans vos applications React

9 lines (8 loc) 208 B
interface OTPModalProps { isOpen: boolean; onClose: () => void; onSubmit: (otp: string) => void; reference: string; } declare const OTPModal: React.FC<OTPModalProps>; export default OTPModal;