UNPKG

@ant-design/react-native

Version:

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

9 lines (8 loc) 275 B
import AgreeItem from './AgreeItem'; import InternalCheckbox from './Checkbox'; import CheckboxItem from './CheckboxItem'; declare const Checkbox: typeof InternalCheckbox & { CheckboxItem: typeof CheckboxItem; AgreeItem: typeof AgreeItem; }; export default Checkbox;