mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
[Reactstrap][ListGroupItem] Allow onClick event
This commit is contained in:
2
types/reactstrap/lib/ListGroupItem.d.ts
vendored
2
types/reactstrap/lib/ListGroupItem.d.ts
vendored
@@ -9,6 +9,8 @@ interface Props {
|
||||
className?: string;
|
||||
cssModule?: CSSModule;
|
||||
href?: string;
|
||||
|
||||
onClick?: React.MouseEventHandler<any>;
|
||||
}
|
||||
|
||||
declare var ListGroupItem: React.StatelessComponent<Props>;
|
||||
|
||||
Reference in New Issue
Block a user