UNPKG

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