UNPKG

wangeditor

Version:

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

9 lines (8 loc) 292 B
/** * @description 增加缩进 * @author tonghan */ import { DomElement } from '../../utils/dom-core'; import { IndentationOptions } from '../../config/menus'; declare function increaseIndentStyle($node: DomElement, options: IndentationOptions): void; export default increaseIndentStyle;