feat: add progress indicator for uploading files
This commit is contained in:
@@ -1,2 +1 @@
|
||||
export type FileUpload = File & { uploadingState?: UploadState };
|
||||
export type UploadState = "finished" | "inProgress" | undefined;
|
||||
export type FileUpload = File & { uploadingProgress: number };
|
||||
|
||||
Reference in New Issue
Block a user