import { Placement } from '@floating-ui/dom';
export type AutoPlacementType = 'auto' | 'auto-start' | 'auto-end';
export type PlacementWithAuto = Placement | AutoPlacementType;
