material-ui - add missing event handler.

Add `onClick` to `ListItem` component.
This commit is contained in:
Nathan Brown
2015-12-02 11:41:00 -07:00
parent 9322940349
commit c9fe6c37be
+1
View File
@@ -571,6 +571,7 @@ declare namespace __MaterialUI {
nestedItems?: React.ReactElement<any>[];
onKeyboardFocus?: React.FocusEventHandler;
onNestedListToggle?: (item: ListItem) => void;
onClick?: React.MouseEventHandler;
rightAvatar?: React.ReactElement<any>;
rightIcon?: React.ReactElement<any>;
rightIconButton?: React.ReactElement<any>;