UNPKG

wangeditor

Version:

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

8 lines (7 loc) 254 B
/** * @description code 菜单 panel tab 配置 * @author lkw */ import Editor from '../../editor/index'; import { PanelConf } from '../menu-constructors/Panel'; export default function (editor: Editor, text: string, languageType: string): PanelConf;