UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

8 lines 351 B
import React from "react"; interface PaymentOptionPageProps { onPaymentCollected?: (response?: Record<string, unknown>) => void; onPaymentFailed?: (response?: Record<string, unknown>) => void; } declare const PaymentOptionPage: React.FC<PaymentOptionPageProps>; export default PaymentOptionPage; //# sourceMappingURL=paymentOptionPage.d.ts.map