cione-comp-lib
Version:
`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`
15 lines (14 loc) • 542 B
JavaScript
import { __extends } from "../../../../tslib/tslib.es6.mjs";
import DataZoomView from "./DataZoomView.mjs";
var SelectDataZoomView = function(_super) {
__extends(SelectDataZoomView2, _super);
function SelectDataZoomView2() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.type = SelectDataZoomView2.type;
return _this;
}
SelectDataZoomView2.type = "dataZoom.select";
return SelectDataZoomView2;
}(DataZoomView);
var SelectZoomView = SelectDataZoomView;
export { SelectZoomView as default };