UNPKG

antd-mobile

Version:

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

7 lines (6 loc) 184 B
import CheckboxProps from './CheckboxPropsType'; interface AgreeItemPropsType extends CheckboxProps { children?: any; checkboxStyle?: any; } export default AgreeItemPropsType;