UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines 228 B
import { registerPlugin } from '@capacitor/core'; const App = registerPlugin('App', { web: () => import('./web').then(m => new m.AppWeb()), }); export * from './definitions'; export { App }; //# sourceMappingURL=index.js.map