react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
17 lines (14 loc) • 347 B
JavaScript
;
var isValid = (module.exports.isValid = require('./borderColor').isValid);
module.exports.definition = {
set: function(v) {
if (isValid(v)) {
this._setProperty('border-top-color', v);
}
},
get: function() {
return this.getPropertyValue('border-top-color');
},
enumerable: true,
configurable: true,
};