floating-ui
Advanced tools
Comparing version 5.2.4 to 5.2.5
import { Ref } from 'vue'; | ||
import { Modifiers, Options } from './types'; | ||
/** | ||
@@ -7,3 +8,3 @@ * Support placement as directive modifier | ||
export declare function getOptions(el: any, value: any, modifiers: any): any; | ||
export declare function createTooltip(el: any, value: any, modifiers: any): { | ||
export declare function createTooltip(el: any, value?: Partial<Options>, modifiers?: Partial<Modifiers>): { | ||
options: Ref<any>; | ||
@@ -10,0 +11,0 @@ item: { |
{ | ||
"name": "floating-ui", | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"description": "Easy Tooltips, dropdowns, menus & popovers using floating-ui", | ||
@@ -39,3 +39,3 @@ "author": "hunghg255", | ||
"vue-resize": "^2.0.0-alpha.1", | ||
"vue-tsc": "^1.6.5", | ||
"vue-tsc": "^1.8.27", | ||
"vue-typegen": "^0.2.0" | ||
@@ -42,0 +42,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
410436
26
10104