feat: add useSetOverflowVisibleOnRA hook

This commit is contained in:
Arvid Norlin
2024-11-15 15:14:00 +01:00
committed by Christel Westerberg
parent 1004871afb
commit e18a2fdc44
5 changed files with 5 additions and 58 deletions

View File

@@ -1,5 +0,0 @@
import type { PopoverProps } from "react-aria-components"
export interface PricePopoverProps extends Omit<PopoverProps, "children"> {
children: React.ReactNode
}