We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1974edd commit 89cbce9Copy full SHA for 89cbce9
packages/material-ui/src/RadioGroup/useRadioGroup.d.ts
@@ -1,9 +1,6 @@
1
import { Context } from 'react';
2
import { RadioGroupProps } from './RadioGroup';
3
4
-// shut off automatic exporting
5
-export {};
6
-
7
export interface RadioGroupState extends Pick<RadioGroupProps, 'name' | 'onChange' | 'value'> {}
8
9
export default function useRadioGroup(): RadioGroupState;
0 commit comments