import type { MonacoEditorProps } from "react-monaco-editor"; export type Props = MonacoEditorProps; import type * as MonacoEditorTypes from "monaco-editor/esm/vs/editor/editor.api"; export type { MonacoEditorTypes }; export * as monaco from "monaco-editor/esm/vs/editor/editor.api"; //# sourceMappingURL=index.d.ts.map