UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

9 lines (8 loc) 277 B
/** * @description table 菜单 panel tab 配置 * @author lichunlin */ import Editor from '../../editor/index'; import { PanelConf } from '../menu-constructors/Panel'; import '../../assets/style/create-panel-conf.less'; export default function (editor: Editor): PanelConf;