feat: SW-276 Optimized code
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user