export type AnchorPlacement = 'auto' | AnchorPosition; export type AnchorPosition = 'left' | 'center' | 'right'; export type Position = { x: number; y: number; };