UNPKG

@ant-design/react-native

Version:

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

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