Skip to content

Commit

Permalink
Fix ts syntax error in EuiContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jul 13, 2018
1 parent 9c45132 commit d73c703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/context_menu/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ declare module '@elastic/eui' {
disabled?: boolean;
onClick?: () => void;
buttonRef?: RefCallback<HTMLButtonElement>;
hasPanel?: boolean;
toolTipContent?: ReactNode;
toolTipTitle?: ReactNode;
toolTipPosition?: string;
Expand Down

0 comments on commit d73c703

Please sign in to comment.