UNPKG

200 BTypeScriptView Raw
1import { RadioGroupContextValue } from './RadioGroupContext';
2export interface RadioGroupState extends RadioGroupContextValue {
3}
4export default function useRadioGroup(): RadioGroupState | undefined;