Skip to content

Commit 935ecf5

Browse files
fanhaoyuantangjinzhou
authored andcommitted
fix(UploadDragger): fix UploadDrager no export (#4334)
1 parent a523c39 commit 935ecf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/components.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ export {
192192

193193
export type { UploadProps } from './upload';
194194

195-
export { default as Upload } from './upload';
195+
export { default as Upload, UploadDragger } from './upload';
196196

197197
export { default as LocaleProvider } from './locale-provider';

0 commit comments

Comments
 (0)