UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

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