Skip to content

Commit 01679e4

Browse files
committed
fix: update prop type given composeEventHandlers updates
1 parent ad5e36d commit 01679e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/UIShell/HeaderMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface HeaderMenuProps {
7575
* Optionally provide an onClick handler that is called when the underlying
7676
* button fires it's onclick event
7777
*/
78-
onClick?: (event: MouseEvent<HTMLLIElement, MouseEvent>) => void;
78+
onClick?: (event: MouseEvent<HTMLLIElement>) => void;
7979

8080
/**
8181
* Optionally provide an onKeyDown handler that is called when the underlying

0 commit comments

Comments
 (0)