UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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