UNPKG
@wangeditor/editor
Version:
latest (5.1.23)
5.1.23
5.1.22
5.1.21
5.1.20
5.1.19
5.1.18
5.1.17
5.1.16
5.1.15
5.1.14
5.1.13
5.1.12
5.1.11
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
0.15.20
0.15.19
0.15.18
0.15.17
0.15.16
0.15.15
0.15.14
0.15.13
0.15.12
0.15.11
0.15.10
0.15.9
0.15.8
0.15.7
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.11
0.12.9
0.12.8
0.12.7
0.12.6
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
Web rich text editor, Web 富文本编辑器
www.wangeditor.com
wangeditor-team/wangEditor
@wangeditor/editor
/
dist
/
editor
/
src
/
utils
/
dom.d.ts
7 lines
(6 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@description
dom utils *
@author
wangfupeng
*/
import
DOMElement
= globalThis.
Element
;
export
{
DOMElement
};