UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

15 lines (12 loc) 301 B
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function(v) { this._setProperty('lighting-color', parseColor(v)); }, get: function() { return this.getPropertyValue('lighting-color'); }, enumerable: true, configurable: true, };