We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85702bb commit 3d6fb50Copy full SHA for 3d6fb50
types/upload.d.ts
@@ -15,6 +15,8 @@ export interface ShowUploadList {
15
}
16
17
export declare class Upload extends AntdComponent {
18
+ static Dragger: typeof Upload;
19
+
20
/**
21
* File types that can be accepted.
22
* @type string
0 commit comments