@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
11 lines (6 loc) • 321 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const useRadioGroupContext = require('./use-radio-group-context.cjs');
const RadioGroupContext = (props) => props.children(useRadioGroupContext.useRadioGroupContext());
exports.RadioGroupContext = RadioGroupContext;