UNPKG

@kieler/klighd-core

Version:

Core KLighD diagram visualization with Sprotty

6 lines 285 B
import { Container } from 'inversify'; /** * Dependency injection container that bundles all needed sprotty and custom modules to allow SKGraphs to be drawn with sprotty. */ export default function createContainer(widgetId: string): Container; //# sourceMappingURL=di.config.d.ts.map