UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

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