fix(SW-952): New HotelCard for Map in mobile
This commit is contained in:
@@ -45,11 +45,21 @@ export interface HotelListingMapContentProps {
|
||||
}
|
||||
|
||||
export interface HotelCardDialogProps {
|
||||
type?: "listing" | "standalone"
|
||||
isOpen: boolean
|
||||
data: HotelPin
|
||||
handleClose: (event: { stopPropagation: () => void }) => void
|
||||
}
|
||||
|
||||
export interface HotelCardDialogImageProps {
|
||||
firstImage: string | undefined
|
||||
altText: string | undefined
|
||||
ratings: number
|
||||
imageError: boolean
|
||||
setImageError: (error: boolean) => void
|
||||
position: "top" | "left"
|
||||
}
|
||||
|
||||
export interface HotelCardDialogListingProps {
|
||||
hotels: HotelData[] | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user