diff --git a/ui/components/Select.tsx b/ui/components/Select.tsx index c91cefc..ba60e02 100644 --- a/ui/components/Select.tsx +++ b/ui/components/Select.tsx @@ -21,6 +21,7 @@ import { Label } from "./Label"; import { Popover } from "./Popover"; import { focusRing } from "./focusRing"; import { composeTailwindRenderProps } from "./utils"; +export type { Key } from "react-aria-components"; const buttonStyles = tv({ extend: focusRing,