UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (9 loc) 204 B
'use strict'; const Container = require('./container'); module.exports = class Value extends Container { constructor (opts) { super(opts); this.type = 'value'; this.unbalanced = 0; } };