UNPKG

@kusto/monaco-kusto

Version:

CSL, KQL plugin for the Monaco Editor

3 lines (2 loc) 156 B
import { editor, IRange } from 'monaco-editor/esm/vs/editor/editor.api'; export declare function getRangeHtml(model: editor.IModel, range: IRange): string;