All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.radio-group.radio-group-item-context.cjs Maven / Gradle / Ivy

'use client';
'use strict';

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const useRadioGroupItemContext = require('./use-radio-group-item-context.cjs');

const RadioGroupItemContext = (props) => props.children(useRadioGroupItemContext.useRadioGroupItemContext());

exports.RadioGroupItemContext = RadioGroupItemContext;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy