@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
11 lines • 434 B
JavaScript
import { __extends } from "tslib";
import { EShapeChartAxisX } from "./e-shape-chart-axis-x";
var EShapeChartAxisY = /** @class */ (function (_super) {
__extends(EShapeChartAxisY, _super);
function EShapeChartAxisY() {
return _super !== null && _super.apply(this, arguments) || this;
}
return EShapeChartAxisY;
}(EShapeChartAxisX));
export { EShapeChartAxisY };
//# sourceMappingURL=e-shape-chart-axis-y.js.map