UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;