forgeplus-react/node_modules/cssstyle/lib/properties/textLineThroughMode.js

13 lines
274 B
JavaScript
Raw Normal View History

2023-07-29 21:19:10 +08:00
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('text-line-through-mode', v);
},
get: function () {
return this.getPropertyValue('text-line-through-mode');
},
enumerable: true,
configurable: true
};