UNPKG

@eclipse-glsp/theia-integration

Version:

Glue code to integrate GLSP clients into Eclipse Theia

8 lines 500 B
import { Container } from '@theia/core/shared/inversify'; import { TheiaContextMenuService } from '../theia-glsp-context-menu-service'; export declare const TheiaContextMenuServiceFactory: unique symbol; export declare namespace GLSPContextMenu { const MENU_PATH: import("@theia/core").MenuPath; } export declare function connectTheiaContextMenuService(container: Container, contextMenuServiceFactory: () => TheiaContextMenuService): void; //# sourceMappingURL=theia-context-menu-service.d.ts.map