mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 06:19:25 +08:00
fix(web): restore ui select public exports (#34501)
This commit is contained in:
@@ -10,6 +10,12 @@ import { cn } from '@/utils/classnames'
|
|||||||
|
|
||||||
export const Select = BaseSelect.Root
|
export const Select = BaseSelect.Root
|
||||||
export const SelectValue = BaseSelect.Value
|
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(
|
const selectTriggerVariants = cva(
|
||||||
'',
|
'',
|
||||||
|
|||||||
Reference in New Issue
Block a user