UNPKG
pro-wang-plugin-upload-attachment
Version:
latest (1.0.0)
1.0.0
wangEditor 上传附件
pro-wang-plugin-upload-attachment
/
dist
/
test
/
utils
/
create-editor.d.ts
6 lines
(5 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
create editor *
@author
wangfupeng
*/
export
default
function
(
options?: any
):
import
(
"@wangeditor/editor"
).
IDomEditor
;