UNPKG

floating-vue

Version:

Easy Vue tooltips, dropdowns, menus & popovers using floating-ui

4 lines (3 loc) 198 B
import type { Placement as BasePlacement } from '@floating-ui/dom'; export declare type Placement = BasePlacement | 'auto' | 'auto-start' | 'auto-end'; export declare const placements: Placement[];