UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

10 lines 284 B
import React from "react"; interface FailureDrawerProps { open: boolean; onClose: () => void; paymentData?: any; buttonText?: string; } declare const FailureDrawer: React.FC<FailureDrawerProps>; export default FailureDrawer; //# sourceMappingURL=failureDrawer.d.ts.map