UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

8 lines 224 B
import React from "react"; interface SupportDrawerProps { open: boolean; onClose: () => void; } export declare const SupportDrawer: React.FC<SupportDrawerProps>; export {}; //# sourceMappingURL=SupportDrawer.d.ts.map