devextreme
Version:
JavaScript/TypeScript Component Suite for Responsive Web Development
17 lines (16 loc) • 494 B
JavaScript
/**
* DevExtreme (esm/__internal/ui/gantt/gantt_importer.js)
* Version: 26.1.4
* Build date: Fri Jul 24 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
import errors from "../../../ui/widget/ui.errors";
import Gantt from "devexpress-gantt";
export function getGanttViewCore() {
if (!Gantt) {
throw errors.Error("E1041", "devexpress-gantt")
}
return Gantt
}