UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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, };