@headlessui-float/vue
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -0,2 +1,5 @@ | ||
import type { VirtualElement } from '@floating-ui/core'; | ||
import { type ComponentPublicInstance, type Ref } from 'vue'; | ||
export declare function dom<T>(ref?: Ref<T | ComponentPublicInstance | null> | null): T | null; | ||
type AsElement<T extends HTMLElement | VirtualElement | ComponentPublicInstance> = (T extends HTMLElement ? T : HTMLElement) | null; | ||
export declare function dom<T extends HTMLElement | VirtualElement | ComponentPublicInstance>(ref?: Ref<T | null> | null): AsElement<T> | null; | ||
export {}; |
{ | ||
"name": "@headlessui-float/vue", | ||
"type": "module", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
79577