UNPKG

react-kiwi-dropdown

Version:

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

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