UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

5 lines (4 loc) 200 B
import { RadioGroupContextValue } from './RadioGroupContext'; export interface RadioGroupState extends RadioGroupContextValue { } export default function useRadioGroup(): RadioGroupState | undefined;