Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useImageUpload.ts
Properties
| Property | Type |
|---|---|
uploadImage | (file: File, options?: Omit<UploadImageOptions, 'file'>) => Promise<string> |
uploading | boolean |
error | `Error |
progress | number |
Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useImageUpload.ts
| Property | Type |
|---|---|
uploadImage | (file: File, options?: Omit<UploadImageOptions, 'file'>) => Promise<string> |
uploading | boolean |
error | `Error |
progress | number |
Was this page helpful?