radix-vue
Version:
Vue port for Radix UI Primitives.
4 lines (3 loc) • 308 B
TypeScript
export { default as RadioGroupRoot, type RadioGroupRootProps, type RadioGroupRootEmits, } from "./RadioGroupRoot";
export { default as RadioGroupItem, type RadioGroupItemProps, } from "./RadioGroupItem";
export { default as RadioGroupIndicator, type RadioGroupIndicatorProps, } from "./RadioGroupIndicator";