UNPKG

507 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tslib_1 = require("tslib");
4var base_1 = require("./base");
5var Opacity = /** @class */ (function (_super) {
6 tslib_1.__extends(Opacity, _super);
7 function Opacity(cfg) {
8 var _this = _super.call(this, cfg) || this;
9 _this.type = 'opacity';
10 _this.names = ['opacity'];
11 return _this;
12 }
13 return Opacity;
14}(base_1.default));
15exports.default = Opacity;
16//# sourceMappingURL=opacity.js.map
\No newline at end of file