Update API doc

This commit is contained in:
GitHub Actions Bot 2023-10-17 07:12:58 +00:00
parent 5b876bebfc
commit 0d1d020282
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}