UNPKG

theia-sprotty

Version:

Glue code for sprotty diagrams in a Theia IDE

19 lines (17 loc) 747 B
/* * Copyright (C) 2017 TypeFox and others. * * Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */ export * from './theia/diagram-commands' export * from './theia/diagram-configuration' export * from './theia/diagram-keybinding' export * from './theia/diagram-manager' export * from './theia/diagram-module' export * from './theia/diagram-widget-registry' export * from './theia/diagram-widget' export * from './sprotty/theia-diagram-server' export * from './sprotty/theia-file-saver' export * from './sprotty/theia-key-tool' export * from './sprotty/theia-sprotty-connector'