UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

10 lines 369 B
import React from "react"; interface UpiDrawerProps { open: boolean; onClose: () => void; onPaymentCollected?: (paymentResponse?: Record<string, unknown>) => void; onPaymentFailed?: (paymentResponse?: Record<string, unknown>) => void; } declare const UpiDrawer: React.FC<UpiDrawerProps>; export default UpiDrawer; //# sourceMappingURL=upiDrawer.d.ts.map