feat(SW-93): add mocked facility cards
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
|
||||
import type { FacilityCard } from "./hotelPage/facilities"
|
||||
|
||||
export interface CardImageProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
card: FacilityCard | undefined
|
||||
imageCards: Pick<CardProps, "backgroundImage">[]
|
||||
}
|
||||
Reference in New Issue
Block a user