UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

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;