UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (11 loc) 219 B
'use strict'; module.exports.definition = { set: function(v) { this._setProperty('float', v); }, get: function() { return this.getPropertyValue('float'); }, enumerable: true, configurable: true, };