diff --git a/src/components/tool_tip/tool_tip.tsx b/src/components/tool_tip/tool_tip.tsx index 54c87171d14..121b339ce4d 100644 --- a/src/components/tool_tip/tool_tip.tsx +++ b/src/components/tool_tip/tool_tip.tsx @@ -68,9 +68,7 @@ const DEFAULT_TOOLTIP_STYLES: ToolTipStyles = { visibility: 'hidden', }; -export interface EuiToolTipProps - extends CommonProps, - Pick { +export interface EuiToolTipProps extends CommonProps { /** * Passes onto the span wrapping the trigger. */