export type UiElementPosition = {
  show: boolean;
  referencePos: DOMRect;
};
