mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: fix type of RcFile
This commit is contained in:
parent
81da6e90d4
commit
fa5d5e0a96
@ -8,7 +8,12 @@ export interface HttpRequestHeader {
|
||||
|
||||
export interface RcFile extends File {
|
||||
uid: string;
|
||||
lastModifiedDate: Date;
|
||||
readonly name: string;
|
||||
readonly type: string;
|
||||
readonly lastModified: number;
|
||||
readonly lastModifiedDate: Date;
|
||||
readonly size: number;
|
||||
readonly webkitRelativePath: string;
|
||||
}
|
||||
|
||||
export interface UploadFile {
|
||||
|
Loading…
Reference in New Issue
Block a user