fix: checkbox ts generic

pull/14191/head
zhangguanyu02 6 years ago committed by 偏右
parent 6f9f29799c
commit aff3f2ece0

@ -39,7 +39,7 @@ export interface CheckboxChangeEvent {
nativeEvent: MouseEvent;
}
export default class Checkbox extends React.Component<CheckboxProps, {}, {}> {
export default class Checkbox extends React.Component<CheckboxProps, {}> {
static Group: typeof CheckboxGroup;
static defaultProps = {
indeterminate: false,

Loading…
Cancel
Save