Skip to content

Commit 94aedea

Browse files
committed
feat: add radio ts export
1 parent 295b3f9 commit 94aedea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/radio/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import Radio from './Radio';
33
import Group from './Group';
44
import Button from './RadioButton';
55

6+
export { RadioChangeEventTarget, RadioChangeEvent } from './interface';
7+
68
Radio.Group = Group;
79
Radio.Button = Button;
810

0 commit comments

Comments
 (0)