feat: add radio ts export

pull/3598/head
tanjinzhou 2021-01-26 11:18:51 +08:00
parent 295b3f9621
commit 94aedeae0c
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import Radio from './Radio';
import Group from './Group';
import Button from './RadioButton';
export { RadioChangeEventTarget, RadioChangeEvent } from './interface';
Radio.Group = Group;
Radio.Button = Button;