Skip to content

Commit

Permalink
fix(types): Update Typescript definition Upload (#30188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-chinese committed Apr 18, 2021
1 parent 6407eac commit 7be721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ interface CompoundedComponent
React.PropsWithChildren<UploadProps> & React.RefAttributes<any>
> {
Dragger: typeof Dragger;
LIST_IGNORE: {};
LIST_IGNORE: string;
}

const Upload = React.forwardRef<unknown, UploadProps>(InternalUpload) as CompoundedComponent;
Expand Down

0 comments on commit 7be721b

Please sign in to comment.