hzm0321 / apaas-front-doc

汉得 apaas 前端团队文档
7 stars 2 forks source link

react-monaco-editor #9

Closed yjs-yang closed 1 month ago

yjs-yang commented 1 month ago

你好 看了您的这篇文章react-monaco-editor 常用配置项 想知道您 这个FormatFunctionProps类型定义是什么样的

hzm0321 commented 1 month ago

export interface FormatFunctionProps { word: string; match: string; children: FormatFunctionProps[]; remark?: string; parentWord?: string; }

yjs-yang commented 1 month ago

谢谢