v6.0.0-alpha.62

This commit is contained in:
Georges KABBOUCHI
2022-07-14 16:59:50 +03:00
parent 528725cb11
commit 5f79d59a09
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-tippy",
"version": "6.0.0-alpha.61",
"version": "6.0.0-alpha.62",
"main": "index.js",
"module": "dist/vue-tippy.mjs",
"unpkg": "dist/vue-tippy.iife.js",
+4 -7
View File
@@ -19,13 +19,10 @@ export declare type TippyOptions = Partial<
}
>
export declare type TippyComponent = InstanceType<
typeof Tippy &
UnwrapNestedRefs<
Pick<
ReturnType<typeof useTippy>,
'tippy' | 'refresh' | 'refreshContent' | 'setContent' | 'setProps' | 'destroy' | 'hide' | 'show' | 'disable' | 'enable' | 'unmount' | 'mount' | 'state'
>
export declare type TippyComponent = InstanceType<typeof Tippy> & UnwrapNestedRefs<
Pick<
ReturnType<typeof useTippy>,
'tippy' | 'refresh' | 'refreshContent' | 'setContent' | 'setProps' | 'destroy' | 'hide' | 'show' | 'disable' | 'enable' | 'unmount' | 'mount' | 'state'
>
>