@kieler/klighd-core
Version:
Core KLighD diagram visualization with Sprotty
8 lines • 513 B
TypeScript
import { SModelRootImpl, SvgExporter } from 'sprotty';
import { KlighdRequestExportSvgAction } from './actions/actions';
export declare class KlighdSvgExporter extends SvgExporter {
export(root: SModelRootImpl, request?: KlighdRequestExportSvgAction): void;
protected copyStyles(_source: Element, _target: Element, _skippedProperties: string[]): void;
protected getBounds(root: SModelRootImpl, document: Document): import("sprotty-protocol").Bounds;
}
//# sourceMappingURL=klighd-svg-exporter.d.ts.map