mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix(types): Update Typescript definition Upload (#30188)
This commit is contained in:
parent
6407eac688
commit
7be721b663
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user