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
/
index.d.ts
8 lines
(7 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@description
audio module *
@author
wulijie
*/
import
{
IModuleConf
}
from
'@wangeditor/editor'
;
declare
const
audio
:
Partial
<
IModuleConf
>;
export
default
audio;