Skip to content

Commit e3b45d1

Browse files
committed
fix(UploadDragger): fix UploadDrager no export
1 parent 203e423 commit e3b45d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/components.ts

Lines changed: 1 addition & 1 deletion
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)