UNPKG

react-carousel-query

Version:

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

17 lines (14 loc) 351 B
'use strict'; var isValid = (module.exports.isValid = require('./borderColor').isValid); module.exports.definition = { set: function(v) { if (isValid(v)) { this._setProperty('border-right-color', v); } }, get: function() { return this.getPropertyValue('border-right-color'); }, enumerable: true, configurable: true, };