UNPKG

@eclipse-glsp/client

Version:

A sprotty-based client for GLSP

11 lines 575 B
import { ExportSvgAction, IActionHandler } from '@eclipse-glsp/sprotty'; /** * The default handler for {@link ExportSvgAction}s. This generic handler can be used in * any GLSP project independent of the target platform. However, platform integration modules typically * * this handler is rebound to an application specific handler in platform integration modules * (e.g. the Theia integration) */ export declare class ExportSvgActionHandler implements IActionHandler { handle(action: ExportSvgAction): void; } //# sourceMappingURL=export-svg-action-handler.d.ts.map