Skip to content

Commit

Permalink
patch useRadioGroup.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 25, 2020
1 parent f79c200 commit afcd7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/RadioGroup/useRadioGroup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { RadioGroupProps } from './RadioGroup';

export interface RadioGroupState extends Pick<RadioGroupProps, 'name' | 'onChange' | 'value'> {}

export default function useRadioGroup(): RadioGroupState;
export default function useRadioGroup(): RadioGroupState | undefined;

0 comments on commit afcd7b3

Please sign in to comment.