UNPKG

wangeditor

Version:

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

12 lines (11 loc) 291 B
/** * @description Text 事件钩子函数。Text 公共的,不是某个菜单独有的 * @wangfupeng */ import Text from '../index'; /** * 初始化 text 事件钩子函数 * @param text text 实例 */ declare function initTextHooks(text: Text): void; export default initTextHooks;