From a263f28e195f6647af5b24ef9d1dbe7153361df5 Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:42:02 +0800 Subject: [PATCH] fix(web): restore ui select public exports (#34501) --- web/app/components/base/ui/select/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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( '',