blob: e178451c776100ca47d3cb4505225ab51614279b [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('box-shadow', v);
},
get: function () {
return this.getPropertyValue('box-shadow');
},
enumerable: true,
configurable: true
};