@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
11 lines • 520 B
JavaScript
import { __extends } from "tslib";
import { EThemeDefaultEditor } from "./e-theme-default-editor";
var EThemeDefaultEditorValidation = /** @class */ (function (_super) {
__extends(EThemeDefaultEditorValidation, _super);
function EThemeDefaultEditorValidation() {
return _super !== null && _super.apply(this, arguments) || this;
}
return EThemeDefaultEditorValidation;
}(EThemeDefaultEditor));
export { EThemeDefaultEditorValidation };
//# sourceMappingURL=e-theme-default-editor-validation.js.map