Skip to content

Commit 3d6fb50

Browse files
Pythonfotangjinzhou
authored andcommitted
add upload dragger ts type (#1032)
1 parent 85702bb commit 3d6fb50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/upload.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export interface ShowUploadList {
1515
}
1616

1717
export declare class Upload extends AntdComponent {
18+
static Dragger: typeof Upload;
19+
1820
/**
1921
* File types that can be accepted.
2022
* @type string

0 commit comments

Comments
 (0)