UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (8 loc) 212 B
import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'io.ionic.starter', appName: 'ionic-test', webDir: 'build', bundledWebRuntime: false }; export default config;