UNPKG

192 BJavaScriptView Raw
1'use client';
2
3import * as React from 'react';
4import RadioGroupContext from "./RadioGroupContext.js";
5export default function useRadioGroup() {
6 return React.useContext(RadioGroupContext);
7}
\No newline at end of file