hello-chinese
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/upload/Upload.tsx
|
@ -403,7 +403,7 @@ interface CompoundedComponent |
|
|
React.PropsWithChildren<UploadProps> & React.RefAttributes<any> |
|
|
React.PropsWithChildren<UploadProps> & React.RefAttributes<any> |
|
|
> { |
|
|
> { |
|
|
Dragger: typeof Dragger; |
|
|
Dragger: typeof Dragger; |
|
|
LIST_IGNORE: {}; |
|
|
LIST_IGNORE: string; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const Upload = React.forwardRef<unknown, UploadProps>(InternalUpload) as CompoundedComponent; |
|
|
const Upload = React.forwardRef<unknown, UploadProps>(InternalUpload) as CompoundedComponent; |
|
|