UNPKG

@ant-design/react-native

Version:

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

5 lines (4 loc) 168 B
import React from 'react'; import { CheckboxProps } from './PropsType'; declare const AgreeItem: (props: CheckboxProps) => React.JSX.Element; export default AgreeItem;