UNPKG
@tuoyuan/web-plus-dev
Version:
latest (1.0.1)
1.0.1
基于arco-design的配置化表格表单组件
@tuoyuan/web-plus-dev
/
ui
/
types
/
editor
/
index.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DomEditor
}
from
"@wangeditor/editor"
;
declare
const
Editor
:
any
;
declare
const
EditorToolbar
:
any
;
export
default
Editor
;
export
{
EditorToolbar
};
export
{
DomEditor
};