react-monaco-editor
Version:
Monaco Editor for React
8 lines (7 loc) • 453 B
TypeScript
import * as React from "react";
import { MonacoDiffEditorProps } from "./types";
declare function MonacoDiffEditor({ width, height, value, defaultValue, language, theme, options, overrideServices, editorWillMount, editorDidMount, editorWillUnmount, onChange, className, original, originalUri, modifiedUri, }: MonacoDiffEditorProps): React.JSX.Element;
declare namespace MonacoDiffEditor {
var displayName: string;
}
export default MonacoDiffEditor;