UNPKG

@readable-js/react-codemirror

Version:
4 lines (3 loc) 335 B
import { EditorView } from "@codemirror/view"; import { DefaultSpyParams } from '@readable-js/core'; export declare function readableMessages(view: EditorView, getCallStack: (view: EditorView, skipEvaluation?: boolean) => DefaultSpyParams[], currentStep: number, skipEvaluation?: boolean): import("@codemirror/view").DecorationSet;