UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

7 lines (4 loc) 213 B
'use client'; import { useRadioGroupItemContext } from './use-radio-group-item-context.js'; const RadioGroupItemContext = (props) => props.children(useRadioGroupItemContext()); export { RadioGroupItemContext };