UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

6 lines 230 B
import AgreeItem from './AgreeItem.native'; import Checkbox from './Checkbox.native'; import CheckboxItem from './CheckboxItem.native'; Checkbox.AgreeItem = AgreeItem; Checkbox.CheckboxItem = CheckboxItem; export default Checkbox;