Skip to content

Commit 6f92eb0

Browse files
committed
fix ts
1 parent e592ab0 commit 6f92eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/eui-tool-tip/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class EuiToolTip extends Component<EuiTooltipArgs> {
8888
popover: null | HTMLElement = null;
8989

9090
@argOrDefault('top') position!: ToolTipPositions;
91-
@argOrDefault('regular') delay!: ToolTipPositions;
91+
@argOrDefault('regular') delay!: ToolTipDelay;
9292

9393
//STATE
9494
@tracked visible: boolean = false;

0 commit comments

Comments
 (0)