mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: checkbox ts generic
This commit is contained in:
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…
Reference in New Issue
Block a user