mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
5 lines
105 B
TypeScript
Executable file
5 lines
105 B
TypeScript
Executable file
import { ObjectDirective } from 'vue';
|
|
|
|
declare const Tooltip: ObjectDirective;
|
|
|
|
export default Tooltip;
|