feat(SW-340): Added scroll to top button
This commit is contained in:
@@ -12,7 +12,6 @@ export interface InteractiveMapProps {
|
||||
activePoi?: PointOfInterest["name"] | null
|
||||
hotelPins?: HotelPin[]
|
||||
activeHotelPin?: HotelPin["name"] | null
|
||||
hotels?: HotelData[]
|
||||
mapId: string
|
||||
closeButton: ReactElement
|
||||
onActivePoiChange?: (poi: PointOfInterest["name"] | null) => void
|
||||
|
||||
Reference in New Issue
Block a user