UNPKG

@krassowski/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

5 lines (4 loc) 233 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { LabIcon } from '@jupyterlab/ui-components'; export declare const completionIcon: LabIcon; export declare const COMPLETION_PLUGIN: JupyterFrontEndPlugin<void>;