UNPKG

react-klasha

Version:

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

9 lines (8 loc) 635 B
export { default as useKlashaPayment } from './use-klasha'; export { default as KlashaButton } from './klasha-button'; export { default as KlashaConsumer } from './klasha-consumer'; export { default as KlashaProvider } from './klasha-provider'; export { default as useKlashaScript, getKlashaScriptUrl, KLASHA_SDK_URL } from './klasha-script'; export { default as useKlashaContainer, ensureKlashaContainer, removeKlashaContainer, } from './klasha-container'; export type { KlashaOptionsProps, KlashaKitOptions, KlashaClientConstructor, KlashaClientInstance, } from './types'; export type { KlashaRenderProps } from './klasha-consumer';