Skip to content

Commit

Permalink
type: add onClick to AbstractCheckboxProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezc authored and afc163 committed Feb 10, 2019
1 parent 2dee5c5 commit 6c25980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface AbstractCheckboxProps<T> {
style?: React.CSSProperties;
disabled?: boolean;
onChange?: (e: T) => void;
onClick?: React.MouseEventHandler<any>;
onMouseEnter?: React.MouseEventHandler<any>;
onMouseLeave?: React.MouseEventHandler<any>;
onKeyPress?: React.KeyboardEventHandler<any>;
Expand Down

0 comments on commit 6c25980

Please sign in to comment.