/** Specifies the possible positions for a menu, on the x-axis, relative to its trigger. */ export type MenuPositionX = "before" | "after"; /** Specifies the possible positions for a menu, on the x-axis, relative to its trigger. */ export type MenuPositionY = "above" | "below"; //# sourceMappingURL=MenuPosition.d.ts.map