feat(SW-842): Some refactoring regarding room card
This commit is contained in:
9
types/components/imageGallery.ts
Normal file
9
types/components/imageGallery.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { GalleryImage } from "@/types/hotel"
|
||||
|
||||
export type ImageGalleryProps = {
|
||||
images?: GalleryImage[]
|
||||
title: string
|
||||
fill?: boolean
|
||||
width?: number
|
||||
height?: number
|
||||
}
|
||||
Reference in New Issue
Block a user