formula-editor-react react公式编辑器 Usage formula-editor-react 安装 npm install formula-editor-react 使用 <FormulaEdit ref="formulaRef" // 需要调用组件中插入value的方法时使用,提供insertValue()方法 theme="day" // 主题 height={200} // 高度 defaultValue={defaultCode} // 初始化值 fieldList={f...