UNPKG

wangeditor

Version:

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

8 lines (7 loc) 259 B
/** * @description 保证table后面始终有dom * @author yanbiao(86driver) */ import Editor from '../../../editor/index'; export declare function bindClickEvent(editor: Editor): void; export declare function bindEventKeyboardEvent(editor: Editor): void;