UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

7 lines (6 loc) 376 B
import type { autoPlacement, flip, offset, shift, size } from '@floating-ui/vue'; export type AutoPlacementOptions = Parameters<typeof autoPlacement>[0]; export type FlipOptions = Parameters<typeof flip>[0]; export type ShiftOptions = Parameters<typeof shift>[0]; export type OffsetOptions = Parameters<typeof offset>[0]; export type SizeOptions = Parameters<typeof size>[0];