UNPKG

wangeditor

Version:

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

11 lines (10 loc) 246 B
/** * @description disable 内容编辑 * @author lichunlin */ import Editor from '../index'; import '../../assets/style/disable.less'; export default function disableInit(editor: Editor): { disable: () => void; enable: () => void; };