UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

10 lines 376 B
import type { BankDetails } from "../types/payment.types"; export declare const usePaymentOptions: (token: string | null) => { paymentOptions: string[]; bankDetails: BankDetails | null; maxEligibleLimit: number | null; minEligibleLimit: number | null; fundlyPayReason: string | null; loading: boolean; }; //# sourceMappingURL=usePaymentOptions.d.ts.map