UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

20 lines (19 loc) 496 B
export { default as RadioGroupIndicator, type RadioGroupIndicatorProps, } from './RadioGroupIndicator.vue' export { injectRadioGroupItemContext, default as RadioGroupItem, type RadioGroupItemEmits, type RadioGroupItemProps, } from './RadioGroupItem.vue' export { injectRadioGroupRootContext, default as RadioGroupRoot, type RadioGroupRootEmits, type RadioGroupRootProps, } from './RadioGroupRoot.vue' export { type SelectEvent as RadioGroupItemSelectEvent, } from './utils'