UNPKG
antd-v5
Version:
latest (5.14.1)
5.14.1
An enterprise-class UI design language and React components implementation
ant.design
antd-v5
/
es
/
upload
/
index.js
8 lines
(7 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use client"
;
import
Dragger
from
'./Dragger'
;
import
InternalUpload
, {
LIST_IGNORE
}
from
'./Upload'
;
const
Upload
=
InternalUpload
;
Upload
.
Dragger
=
Dragger
;
Upload
.
LIST_IGNORE
=
LIST_IGNORE
;
export
default
Upload
;