UNPKG

react-klasha

Version:

React hooks and components for accepting payments with the Klasha payment gateway

7 lines (6 loc) 184 B
type IKlashaContext = { initializePayment: Function; callBack: Function; }; declare const KlashaContext: import("react").Context<IKlashaContext>; export default KlashaContext;