UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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