feat(SW-650): added sticky position hook and store
This commit is contained in:
8
types/components/hotelPage/map/mapWithCardWrapper.ts
Normal file
8
types/components/hotelPage/map/mapWithCardWrapper.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Coordinates } from "@/types/components/maps/coordinates"
|
||||
import type { PointOfInterest } from "@/types/hotel"
|
||||
|
||||
export interface MapWithCardWrapperProps {
|
||||
coordinates: Coordinates
|
||||
hotelName: string
|
||||
topThreePois: PointOfInterest[]
|
||||
}
|
||||
Reference in New Issue
Block a user