Skip to content
目录

双代码编辑器 (DualCodeEditor)

参数

ts
interface DualCodeEditorProps {
  leftCodeEditorProps?: CodeEditorProps
  rightCodeEditorProps?: CodeEditorProps
}

Released under the MIT License.