UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

9 lines 275 B
import React from "react"; interface CashDrawerProps { open: boolean; onClose: () => void; onPaymentCollected?: (paymentData?: any) => void; } declare const CashDrawer: React.FC<CashDrawerProps>; export default CashDrawer; //# sourceMappingURL=cashDrawer.d.ts.map