Skip to content
目录

代码编辑器和差异编辑器 (CodeEditorWithDiffEditor)

参数

ts
interface CodeEditorWithDiffEditorProps {
  codeEditorProps?: CodeEditorProps
  diffEditorProps?: DiffEditorProps
}

Released under the MIT License.