fix(UploadDragger): fix UploadDrager no export (#4334)

refactor-progress
Jarvis 2021-07-07 21:24:14 +08:00 committed by tangjinzhou
parent a523c39d27
commit 935ecf5fac
1 changed files with 1 additions and 1 deletions

View File

@ -192,6 +192,6 @@ export {
export type { UploadProps } from './upload';
export { default as Upload } from './upload';
export { default as Upload, UploadDragger } from './upload';
export { default as LocaleProvider } from './locale-provider';