mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -1,4 +1,4 @@
|
||||
// We use `import type` to guarentee it'll be erased from the JS and it doesnt accidently bundle monaco
|
||||
// We use `import type` to guarantee it'll be erased from the JS and it doesnt accidently bundle monaco
|
||||
import type * as monacoType from 'monaco-editor/esm/vs/editor/editor.api';
|
||||
|
||||
export type CodeEditorChangeHandler = (value: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user