Update Tooltip.d.ts

pull/3699/head
Tuğçe Küçükoğlu 2023-03-02 14:03:01 +03:00
parent e72e9f8918
commit de20b7e124
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/**
*
* Tooltip directive provides advisory information for a component.
*
* - [Live Demo](https://primevue.org/tooltip)
*/
import { DirectiveBinding, ObjectDirective } from 'vue';
/**