UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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