UNPKG

boxpay-checkout-reactnative-sdk

Version:
8 lines 272 B
import React from 'react'; interface CancelPaymentModalProps { onYesClick: () => void; onNoClick: () => void; } declare const CancelPaymentModal: React.FC<CancelPaymentModalProps>; export default CancelPaymentModal; //# sourceMappingURL=cancelPaymentModal.d.ts.map