We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068b3db commit 4fec730Copy full SHA for 4fec730
markedit.d.ts
@@ -23,7 +23,7 @@ import type * as lezerHighlight from '@lezer/highlight';
23
import type * as lezerMarkdown from '@lezer/markdown';
24
import type * as lezerLr from '@lezer/lr';
25
26
-export const MarkEdit: MarkEdit;
+export const MarkEdit: Readonly<MarkEdit>;
27
28
export interface MarkEdit {
29
/**
0 commit comments