UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

3 lines (2 loc) 125 B
import { Placement } from '@floating-ui/vue'; export type PopoverPlacement = Placement | 'auto' | 'auto-start' | 'auto-end';