Revert "feat(web/context): mouse enter and mouse leave events (#218)"

This reverts commit 7a22da68e6.
This commit is contained in:
masonschafercodes
2023-02-08 04:05:30 -05:00
committed by Luke
parent c9c90efaf8
commit 7acad823b8
3 changed files with 23 additions and 64 deletions

View File

@@ -6,7 +6,6 @@ interface ContextMenuItem {
icon?: IconName | [IconPrefix, IconName];
iconColor?: string;
onSelect?: (args: any) => void;
onHover?: (hoverState: boolean, args: any) => void;
arrow?: boolean;
description?: string;
metadata?: string | { [key: string]: any } | string[];