UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (8 loc) 177 B
'use strict'; const Container = require('./container'); module.exports = class Root extends Container { constructor (opts) { super(opts); this.type = 'root'; } };