feat(SW-415): Update typings
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
import {
|
||||
Button,
|
||||
Dialog,
|
||||
OverlayArrow,
|
||||
Popover,
|
||||
type PopoverProps,
|
||||
} from "react-aria-components"
|
||||
import { Button, Dialog, OverlayArrow, Popover } from "react-aria-components"
|
||||
|
||||
import { CloseIcon } from "@/components/Icons"
|
||||
|
||||
import styles from "./popover.module.css"
|
||||
|
||||
interface PricePopoverProps extends Omit<PopoverProps, "children"> {
|
||||
children: React.ReactNode
|
||||
}
|
||||
import { PricePopoverProps } from "@/types/components/hotelReservation/selectRate/pricePopover"
|
||||
|
||||
export default function PricePopover({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user