UNPKG

starboard-notebook

Version:

Starboard Notebook

5 lines (4 loc) 178 B
import { EditorView } from "@codemirror/view"; export declare function createCodeMirrorCodeHighlight(content: string, opts: { language?: string; }): Promise<EditorView>;