feat: add useSetOverflowVisibleOnRA hook

This commit is contained in:
Arvid Norlin
2024-11-15 15:14:00 +01:00
committed by Joakim Jäderberg
parent bb49dccc9e
commit bdbdfa80ab
5 changed files with 5 additions and 58 deletions
@@ -1,5 +0,0 @@
import type { PopoverProps } from "react-aria-components"
export interface PricePopoverProps extends Omit<PopoverProps, "children"> {
children: React.ReactNode
}