UNPKG
pro-wang-plugin-upload-attachment
Version:
latest (1.0.0)
1.0.0
wangEditor 上传附件
pro-wang-plugin-upload-attachment
/
dist
/
src
/
module
/
plugin.d.ts
8 lines
(7 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@description
attachment plugin *
@author
wangfupeng
*/
import
{
IDomEditor
}
from
'@wangeditor/editor'
;
declare
function
withAttachment<T
extends
IDomEditor
>(
editor
: T): T;
export
default
withAttachment;