We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b3f9 commit 94aedeaCopy full SHA for 94aedea
components/radio/index.ts
@@ -3,6 +3,8 @@ import Radio from './Radio';
3
import Group from './Group';
4
import Button from './RadioButton';
5
6
+export { RadioChangeEventTarget, RadioChangeEvent } from './interface';
7
+
8
Radio.Group = Group;
9
Radio.Button = Button;
10
0 commit comments