UNPKG

antd-mobile

Version:

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

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