diff --git a/web/app/components/base/ui/select/index.tsx b/web/app/components/base/ui/select/index.tsx index b9441b2d6b..7cab541f06 100644 --- a/web/app/components/base/ui/select/index.tsx +++ b/web/app/components/base/ui/select/index.tsx @@ -10,6 +10,12 @@ import { cn } from '@/utils/classnames' export const Select = BaseSelect.Root export const SelectValue = BaseSelect.Value +/** @public */ +export const SelectGroup = BaseSelect.Group +/** @public */ +export const SelectGroupLabel = BaseSelect.GroupLabel +/** @public */ +export const SelectSeparator = BaseSelect.Separator const selectTriggerVariants = cva( '',