@kieler/klighd-core
Version:
Core KLighD diagram visualization with Sprotty
29 lines • 1.44 kB
JavaScript
;
/*
* KIELER - Kiel Integrated Environment for Layout Eclipse RichClient
*
* http://rtsys.informatik.uni-kiel.de/kieler
*
* Copyright 2021 by
* + Kiel University
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SidebarPanel = exports.sidebarModule = exports.ToggleSidebarPanelAction = void 0;
// Barrel module to reexport specific modules located in this folder.
// Modules outside of "sidebar" should only import from this index file!
// Learn more: https://basarat.gitbook.io/typescript/main-1/barrel
var actions_1 = require("./actions");
Object.defineProperty(exports, "ToggleSidebarPanelAction", { enumerable: true, get: function () { return actions_1.ToggleSidebarPanelAction; } });
var sidebar_module_1 = require("./sidebar-module");
Object.defineProperty(exports, "sidebarModule", { enumerable: true, get: function () { return sidebar_module_1.sidebarModule; } });
var sidebar_panel_1 = require("./sidebar-panel");
Object.defineProperty(exports, "SidebarPanel", { enumerable: true, get: function () { return sidebar_panel_1.SidebarPanel; } });
//# sourceMappingURL=index.js.map