feat(BOOK-116): Added better alt text to static map on hotel pages
Approved-by: Bianca Widstam
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import type { MarkerInfo } from "@scandic-hotels/design-system/Map/types"
|
||||
|
||||
import type { Coordinates } from "../../maps/coordinates"
|
||||
|
||||
export type StaticMapProps = {
|
||||
coordinates: Coordinates
|
||||
hotelName: string
|
||||
zoomLevel?: number
|
||||
markerInfo: MarkerInfo
|
||||
}
|
||||
Reference in New Issue
Block a user