UNPKG

react-kiwi-dropdown

Version:

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

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