UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 306 B
//#region src/components/radio-group/use-radio-group-context.ts var [RadioGroupProvider, useRadioGroupContext] = require("../../utils/create-context.cjs").createContext("RadioGroupContext"); //#endregion exports.RadioGroupProvider = RadioGroupProvider; exports.useRadioGroupContext = useRadioGroupContext;