UNPKG
plugin-audio
Version:
latest (1.0.0)
1.0.0
wangEditor 上传音频
codeup.aliyun.com/lanxiniu/js/wangEditor-plugin-audio
plugin-audio
/
dist
/
src
/
module
/
helper
/
upload-audios.d.ts
7 lines
(6 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@description
upload audio *
@author
wulijie
*/
import
{
IDomEditor
}
from
'@wangeditor/editor'
;
export
default
function
(
editor: IDomEditor, files: FileList |
null
):
Promise
<
void
>;