UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

9 lines 292 B
import React from "react"; interface FundlyPayDrawerProps { open: boolean; onClose: () => void; onPaymentCollected?: (data: any) => void; } declare const FundlyPayDrawer: React.FC<FundlyPayDrawerProps>; export default FundlyPayDrawer; //# sourceMappingURL=fundlyPayDrawer.d.ts.map