UNPKG
wangeditor-plugin-upload-pdf
Version:
latest (0.0.8)
0.0.8
0.0.6
wangEditor 导入PDF
github.com/LBASD/wangEditor-plugin-upload-pdf
LBASD/wangEditor-plugin-upload-pdf
wangeditor-plugin-upload-pdf
/
dist
/
src
/
index.d.ts
8 lines
(7 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@description
src entry *
@author
wangfupeng
*/
import
module
from
'./module/index'
;
export
*
from
'./module/custom-types'
;
export
default
module
;