UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

11 lines 496 B
import { __extends } from "tslib"; import { EThemeDefaultEditor } from "./e-theme-default-editor"; var EThemeDefaultEditorAction = /** @class */ (function (_super) { __extends(EThemeDefaultEditorAction, _super); function EThemeDefaultEditorAction() { return _super !== null && _super.apply(this, arguments) || this; } return EThemeDefaultEditorAction; }(EThemeDefaultEditor)); export { EThemeDefaultEditorAction }; //# sourceMappingURL=e-theme-default-editor-action.js.map