UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

13 lines (11 loc) 276 B
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('border-top-right-radius', v); }, get: function () { return this.getPropertyValue('border-top-right-radius'); }, enumerable: true, configurable: true };