UNPKG

292 BTypeScriptView Raw
1/**
2 * @description 增加缩进
3 * @author tonghan
4 */
5import { DomElement } from '../../utils/dom-core';
6import { IndentationOptions } from '../../config/menus';
7declare function increaseIndentStyle($node: DomElement, options: IndentationOptions): void;
8export default increaseIndentStyle;