Merge remote-tracking branch 'origin' into feature/tracking
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { dialogVariants } from "@/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
import type { PropGetters } from "downshift"
|
||||
|
||||
import type { dialogVariants } from "@/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants"
|
||||
import type { Location, Locations } from "../trpc/routers/hotel/locations"
|
||||
|
||||
export interface SearchProps {
|
||||
locations: Locations
|
||||
handlePressEnter: () => void
|
||||
}
|
||||
|
||||
type HighlightedIndex = number | null
|
||||
|
||||
Reference in New Issue
Block a user