UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

9 lines 293 B
import React from "react"; interface PaymentLinkDrawerProps { open: boolean; onClose: () => void; onPaymentCollected?: () => void; } declare const PaymentLinkDrawer: React.FC<PaymentLinkDrawerProps>; export default PaymentLinkDrawer; //# sourceMappingURL=paymentLinkDrawer.d.ts.map