Skip to content

Commit 15c4c7d

Browse files
author
1Copenut
committed
Making the EuiToolTipProps simpler extensions of CommonProps.
1 parent 0c98496 commit 15c4c7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/tool_tip/tool_tip.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const DEFAULT_TOOLTIP_STYLES: ToolTipStyles = {
6868
visibility: 'hidden',
6969
};
7070

71-
export interface EuiToolTipProps
72-
extends CommonProps,
73-
Pick<CommonProps, 'data-test-subj'> {
71+
export interface EuiToolTipProps extends CommonProps {
7472
/**
7573
* Passes onto the span wrapping the trigger.
7674
*/

0 commit comments

Comments
 (0)