mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-27 18:50:59 +08:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import Radio from './radio';
|
|
import Group from './group';
|
|
import Button from './radioButton';
|
|
|
|
Radio.Button = Button;
|
|
Radio.Group = Group;
|
|
export default Radio;
|