UNPKG

boxpay-checkout-reactnative-sdk

Version:
8 lines 243 B
import React from 'react'; interface PaymentFailedProps { onClick: () => void; errorMessage: string; } declare const PaymentFailed: React.FC<PaymentFailedProps>; export default PaymentFailed; //# sourceMappingURL=paymentFailed.d.ts.map