UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines 246 B
import Group from './group'; import InternalRadio from './radio'; import Button from './radioButton'; export { Button, Group }; var Radio = InternalRadio; Radio.Button = Button; Radio.Group = Group; Radio.__ANT_RADIO = true; export default Radio;