Skip to content

Commit 059832a

Browse files
yoyoysAkryum
authored andcommitted
chore: update types (#396)
1 parent 1aceae9 commit 059832a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,6 @@
8585
"repository": {
8686
"type": "git",
8787
"url": "git+https://github.com/Akryum/vue-tooltip.git"
88-
}
88+
},
89+
"typings": "types/index.d.ts"
8990
}

types/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import Vue, { VueConstructor, DirectiveOptions, PluginFunction } from 'vue';
2+
3+
const vToolTip: PluginFunction<any>;
4+
export default vToolTip;
5+
6+
export const VPopover: VueConstructor<Vue>;
7+
export const VClosePopover: DirectiveOptions;
8+
export const VTooltip: DirectiveOptions;

0 commit comments

Comments
 (0)