UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines 220 B
import InternalRadio from './radio'; import Group from './group'; import Button from './radioButton'; var Radio = InternalRadio; Radio.Button = Button; Radio.Group = Group; export { Button, Group }; export default Radio;