feat: SW-280 implement basic details component

This commit is contained in:
Niclas Edenvin
2024-09-02 09:01:21 +02:00
parent 958923652b
commit 0ab825278c
3 changed files with 19 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ export interface RoomSelectionProps extends SectionProps {
nrOfNights: number
}
export interface DetailsProps extends SectionProps {}
export interface SectionPageProps {
breakfast?: string
bed?: string