Skip to content

Commit

Permalink
fix: Checkbox props definition (ant-design#7649), close: ant-design#7650
Browse files Browse the repository at this point in the history
  • Loading branch information
liaokaien authored and benjycui committed Sep 18, 2017
1 parent bd19b08 commit b2aea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface AbstractCheckboxProps {
onMouseLeave?: React.MouseEventHandler<any>;
value?: any;
name?: string;
children?: React.ReactChild;
children?: React.ReactNode;
}

export interface CheckboxProps extends AbstractCheckboxProps {
Expand Down

0 comments on commit b2aea45

Please sign in to comment.