UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

11 lines (10 loc) 263 B
"use client"; import Group from './group'; import InternalRadio from './radio'; import Button from './radioButton'; export { Button, Group }; const Radio = InternalRadio; Radio.Button = Button; Radio.Group = Group; Radio.__ANT_RADIO = true; export default Radio;