UNPKG

react-kiwi-dropdown

Version:

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

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