UNPKG

@headlessui-float/vue

Version:

Easily use Headless UI for Vue 3 with Floating UI (Popper.js)

9 lines (8 loc) 253 B
import type { VirtualElement } from '@floating-ui/dom'; export type ReferenceElement = HTMLElement | VirtualElement; export type FloatingElement = HTMLElement; export type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };