Skip to content

Commit

Permalink
revert to support HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
eokoneyo committed Jun 11, 2024
1 parent 47be495 commit f0320f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { EuiToolTip, EuiToolTipProps } from '../tool_tip';

import { euiContextMenuItemStyles } from './context_menu_item.styles';

export type EuiContextMenuItemIcon = IconType | ReactElement<any>;
export type EuiContextMenuItemIcon = IconType | ReactElement<any> | HTMLElement;

export type EuiContextMenuItemLayoutAlignment = 'center' | 'top' | 'bottom';

Expand Down

0 comments on commit f0320f3

Please sign in to comment.