image-cropper component, drag & drop bilder

This commit is contained in:
2024-03-29 20:59:34 +01:00
parent 840d7a63b1
commit 89bb85a512
20 changed files with 478 additions and 261 deletions

View File

@@ -17,12 +17,15 @@ export type SelectOption<T = number> = {
value: T;
label: string;
};
export type ImageType = {
name:'propertyPicture'|'companyLogo'|'profile',upload:string,delete:string,
}
export interface Listing {
id: string;
userId: string;
type: string; //enum
title: string;
description: Array<string>;
description: string;
country: string;
city: string,
state: string;//enum