Skip to content

Commit

Permalink
fix(Uploader): expose missing public types (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbermudez committed Mar 22, 2022
1 parent ab4c721 commit 5b1791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uploader/index.tsx
@@ -1,4 +1,4 @@
import Uploader from './Uploader';
export type { UploaderProps } from './Uploader';
export type { UploaderProps, FileStatusType, FileType } from './Uploader';

export default Uploader;

1 comment on commit 5b1791f

@vercel
Copy link

@vercel vercel bot commented on 5b1791f Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.