import { Placement } from '@floating-ui/vue';
export type PopoverPlacement = Placement | 'auto' | 'auto-start' | 'auto-end';
