- /**
- * @description 减少缩进
- * @author tonghan
- */
- import { DomElement } from '../../utils/dom-core';
- import { IndentationOptions } from '../../config/menus';
- declare function decreaseIndentStyle($node: DomElement, options: IndentationOptions): void;
- export default decreaseIndentStyle;
|