UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

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