UNPKG

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