feat: SW-276 Optimized code

This commit is contained in:
Hrishikesh Vaipurkar
2024-10-07 16:13:07 +02:00
parent 4c82add3bc
commit 9dbd10afdd
2 changed files with 8 additions and 11 deletions

View File

@@ -14,17 +14,11 @@ export type GuestsRoom = {
}
export interface GuestsRoomsPickerProps {
// handleOnSelect: (selected: GuestsRoom[]) => void
// initialSelected?: GuestsRoom[]
closePicker: () => void
// isValid: boolean
}
export type GuestsRoomPickerProps = {
// handleOnSelect: (selected: GuestsRoom, index: number) => void
// room: GuestsRoom
index: number
// isValid: boolean
}
export type AdultSelectorProps = {