Also reduce unnecessary imports
This commit is contained in:
omuretsu
2023-05-16 11:41:55 -04:00
parent 00522fb8f3
commit 27a6b619eb
3 changed files with 11 additions and 14 deletions
-2
View File
@@ -2,8 +2,6 @@ import * as monaco from "monaco-editor";
import * as React from "react";
import { useEffect, useRef } from "react";
export type Monaco = typeof monaco;
interface EditorProps {
/** Editor options */
options: monaco.editor.IEditorOptions;