Skip to content

Commit

Permalink
fix: TypeScript types for bindHover
Browse files Browse the repository at this point in the history
closes #109
  • Loading branch information
jedwards1211 committed Aug 9, 2022
1 parent 2128977 commit 032f097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function bindContextMenu(popupState: PopupState): ControlAriaProps & {
*/
export function bindHover(popupState: PopupState): ControlAriaProps & {
onTouchStart: (event: TouchEvent<any>) => void
onMouseEnter: (event: MouseEvent<any>) => void
onMouseOver: (event: MouseEvent<any>) => void
onMouseLeave: (event: MouseEvent<any>) => void
}

Expand Down

0 comments on commit 032f097

Please sign in to comment.