add upload dragger ts type (#1032)

pull/1143/head
Pythonfo 2019-08-25 21:54:57 +08:00 committed by tangjinzhou
parent 85702bb98f
commit 3d6fb50eee
1 changed files with 2 additions and 0 deletions

2
types/upload.d.ts vendored
View File

@ -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