UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

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