feat(SW-344): set active pin on scroll
This commit is contained in:
@@ -13,7 +13,7 @@ import type { Coordinates } from "@/types/components/maps/coordinates"
|
||||
export interface HotelListingProps {
|
||||
hotels: HotelData[]
|
||||
activeHotelPin?: string | null
|
||||
onHotelCardHover?: (hotelName: string | null) => void
|
||||
setActiveHotelPin: (hotelName: string | null) => void
|
||||
}
|
||||
|
||||
export interface SelectHotelMapProps {
|
||||
|
||||
Reference in New Issue
Block a user