UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

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