v6.0.0-alpha.62
This commit is contained in:
+1
-1
@@ -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
@@ -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'
|
||||
>
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user