Skip to content

Commit 89cbce9

Browse files
NMinhNguyenoliviertassinari
authored andcommitted
[RadioGroup] Update useRadioGroup.d.ts (#19001)
1 parent 1974edd commit 89cbce9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { Context } from 'react';
22
import { RadioGroupProps } from './RadioGroup';
33

4-
// shut off automatic exporting
5-
export {};
6-
74
export interface RadioGroupState extends Pick<RadioGroupProps, 'name' | 'onChange' | 'value'> {}
85

96
export default function useRadioGroup(): RadioGroupState;

0 commit comments

Comments
 (0)