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 6e643b3 commit 3cf5f2bCopy full SHA for 3cf5f2b
src/types/monaco.d.ts
@@ -0,0 +1,9 @@
1
+import { IRange } from 'monaco-editor'
2
+
3
+declare module 'monaco-editor' {
4
+ namespace editor {
5
+ interface IStandaloneCodeEditor {
6
+ setHiddenAreas(ranges: IRange[]): void
7
+ }
8
9
+}
0 commit comments