import CheckboxProps from './CheckboxPropsType'; interface CheckboxItemPropsType extends CheckboxProps { listPrefixCls?: any; children?: any; extra?: any; onClick?: () => any; line?: number; checkboxStyle?: any; } export default CheckboxItemPropsType;