UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

17 lines (16 loc) 1.45 kB
export { default as SelectRoot, type SelectRootProps, type SelectRootEmits, } from "./SelectRoot"; export { default as SelectTrigger, type SelectTriggerProps, } from "./SelectTrigger"; export { default as SelectPortal, type SelectPortalProps, } from "./SelectPortal"; export { default as SelectContent, type SelectContentProps, type SelectContentEmits, } from "./SelectContent"; export { default as SelectArrow, type SelectArrowProps, } from "./SelectArrow"; export { default as SelectSeparator, type SelectSeparatorProps, } from "./SelectSeparator"; export { default as SelectItemIndicator, type SelectItemIndicatorProps, } from "./SelectItemIndicator"; export { default as SelectLabel, type SelectLabelProps, } from "./SelectLabel"; export { default as SelectGroup, type SelectGroupProps, } from "./SelectGroup"; export { default as SelectItem, type SelectItemProps } from "./SelectItem"; export { default as SelectItemText, type SelectItemTextProps, } from "./SelectItemText"; export { default as SelectViewport, type SelectViewportProps, } from "./SelectViewport"; export { default as SelectScrollUpButton, type SelectScrollUpButtonProps, } from "./SelectScrollUpButton"; export { default as SelectScrollDownButton, type SelectScrollDownButtonProps, } from "./SelectScrollDownButton"; export { default as SelectValue, type SelectValueProps, } from "./SelectValue"; export { default as SelectIcon, type SelectIconProps, } from "./SelectIcon";