add upload dragger ts type (#1032)
parent
85702bb98f
commit
3d6fb50eee
|
@ -15,6 +15,8 @@ export interface ShowUploadList {
|
|||
}
|
||||
|
||||
export declare class Upload extends AntdComponent {
|
||||
static Dragger: typeof Upload;
|
||||
|
||||
/**
|
||||
* File types that can be accepted.
|
||||
* @type string
|
||||
|
|
Loading…
Reference in New Issue