UNPKG
wangeditor
Version:
latest (4.7.15)
4.7.15
4.7.13
4.7.12
4.7.11
4.7.10
4.7.9
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.17
4.6.16
4.6.15
4.6.14
4.6.13
4.6.12
4.6.11
4.6.10
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.1.18
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.1-8.1
2.0.1-6.2
2.0.1-6.1
2.0.1-5.1
wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费
www.wangeditor.com
wangeditor-team/wangEditor
wangeditor
/
dist
/
menus
/
indent
/
increase-indent-style.d.ts
9 lines
(8 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@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;