feat: add upload comp
This commit is contained in:
8
apps/web-naive/src/components/upload/typing.ts
Normal file
8
apps/web-naive/src/components/upload/typing.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum UploadResultStatus {
|
||||
DONE = 'done',
|
||||
ERROR = 'error',
|
||||
SUCCESS = 'success',
|
||||
UPLOADING = 'uploading',
|
||||
}
|
||||
|
||||
export type UploadListType = 'picture' | 'picture-card' | 'text';
|
||||
Reference in New Issue
Block a user