theia-sprotty
Version:
Glue code for sprotty diagrams in a Theia IDE
12 lines • 523 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map