Skip to content

Commit 1bebd14

Browse files
fix(types): top level declaration, closes #459 (#462)
1 parent 4259595 commit 1bebd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Vue, { VueConstructor, DirectiveOptions, PluginFunction } from 'vue';
22

3-
const vToolTip: PluginFunction<any>;
3+
declare const vToolTip: PluginFunction<any>;
44
export default vToolTip;
55

66
export const VPopover: VueConstructor<Vue>;

0 commit comments

Comments
 (0)