@fenil265/fundly-payment-sdk
Version:
Fundly Payment SDK for seamless integration with Fundly Pay systems.
10 lines • 373 B
TypeScript
import React from "react";
interface PaymentProcessingDrawerProps {
open: boolean;
onClose: () => void;
amount?: string | number;
currentStep?: "started" | "in_progress" | "success";
}
declare const PaymentProcessingDrawer: React.FC<PaymentProcessingDrawerProps>;
export default PaymentProcessingDrawer;
//# sourceMappingURL=paymentProcessingDrawer.d.ts.map