From de20b7e1243b3887c19d365a85e5106a54733d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 2 Mar 2023 14:03:01 +0300 Subject: [PATCH] Update Tooltip.d.ts --- components/tooltip/Tooltip.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/tooltip/Tooltip.d.ts b/components/tooltip/Tooltip.d.ts index 7b9532aad..3a0b3b069 100755 --- a/components/tooltip/Tooltip.d.ts +++ b/components/tooltip/Tooltip.d.ts @@ -1,3 +1,9 @@ +/** + * + * Tooltip directive provides advisory information for a component. + * + * - [Live Demo](https://primevue.org/tooltip) + */ import { DirectiveBinding, ObjectDirective } from 'vue'; /**