This commit is contained in:
Tuğçe Küçükoğlu 2023-10-17 10:13:26 +03:00
commit a9488af673
2 changed files with 10 additions and 2 deletions

View file

@ -70,7 +70,7 @@ export interface TooltipOptions {
* Whether to hide tooltip when hovering over tooltip content.
* @defaultValue true
*/
autoHide?: boolean | undefined;
autoHide?: boolean | undefined;
/**
* Uses to pass attributes to DOM elements inside the component.
* @type {TooltipDirectivePassThroughOptions}