We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4259595 commit 1bebd14Copy full SHA for 1bebd14
types/index.d.ts
@@ -1,6 +1,6 @@
1
import Vue, { VueConstructor, DirectiveOptions, PluginFunction } from 'vue';
2
3
-const vToolTip: PluginFunction<any>;
+declare const vToolTip: PluginFunction<any>;
4
export default vToolTip;
5
6
export const VPopover: VueConstructor<Vue>;
0 commit comments