1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | var tslib_1 = require("tslib");
|
4 | var base_1 = require("./base");
|
5 | var 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));
|
15 | exports.default = Opacity;
|
16 | //# sourceMappingURL=opacity.js.map |
\ | No newline at end of file |