UNPKG

boxpay-checkout-reactnative-sdk

Version:
10 lines 296 B
import React from 'react'; interface PaymentSuccessProps { onClick: () => void; transactionId: string; method: string; localDateTime: string; } declare const PaymentSuccess: React.FC<PaymentSuccessProps>; export default PaymentSuccess; //# sourceMappingURL=paymentSuccess.d.ts.map