Merged develop into feat/hotel-page-tab-navigation

This commit is contained in:
Chuma Mcphoy (We Ahead)
2024-08-13 07:03:40 +00:00
14 changed files with 141 additions and 11 deletions
@@ -0,0 +1,7 @@
export type StaticMapProps = {
city: string
width: number
height: number
zoomLevel: number
mapType: "roadmap" | "satellite" | "terrain" | "hybrid"
}