We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5e36d commit 01679e4Copy full SHA for 01679e4
packages/react/src/components/UIShell/HeaderMenu.tsx
@@ -75,7 +75,7 @@ export interface HeaderMenuProps {
75
* Optionally provide an onClick handler that is called when the underlying
76
* button fires it's onclick event
77
*/
78
- onClick?: (event: MouseEvent<HTMLLIElement, MouseEvent>) => void;
+ onClick?: (event: MouseEvent<HTMLLIElement>) => void;
79
80
/**
81
* Optionally provide an onKeyDown handler that is called when the underlying
0 commit comments