/** Specifies the possible positions in which to anchor an element to another. */ export type AnchorPosition = "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end"; //# sourceMappingURL=AnchorPosition.d.ts.map