UNPKG

@kieler/klighd-core

Version:

Core KLighD diagram visualization with Sprotty

13 lines 783 B
export { default as createKlighdDiagramContainer } from './di.config'; export * from './services'; export { diagramType, getActionDispatcher, requestModel, getBookmarkViewport } from './base/external-helpers'; export * from './actions/actions'; export * from './options/actions'; export { ToggleSidebarPanelAction } from './sidebar/actions'; export { SetSynthesesAction, SetSynthesisAction } from './syntheses/actions'; export { SetPreferencesAction } from './options/actions'; export { DebugOptions } from './options/render-options-registry'; export { SetInitialBookmarkAction, Bookmark } from './bookmarks/bookmark'; export { RefreshDiagramAction } from '@kieler/klighd-interactive/lib/actions'; export { ActionMessage } from 'sprotty-protocol'; //# sourceMappingURL=index.d.ts.map