Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Aug 23, 2020
1 parent f45e9f9 commit 093ba7a
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 @@ -339,7 +339,7 @@ const InternalUpload: React.ForwardRefRenderFunction<unknown, UploadProps> = (pr

interface CompoundedComponent
extends React.ForwardRefExoticComponent<
React.PropsWithChildren<UploadProps> & React.RefAttributes<HTMLElement>
React.PropsWithChildren<UploadProps> & React.RefAttributes<any>
> {
Dragger: typeof Dragger;
}
Expand Down

0 comments on commit 093ba7a

Please sign in to comment.