type PositionType = "top" | "bottom" | "right" | "left";
type OrientationType = "vertical" | "horizontal";

export type { OrientationType as O, PositionType as P };
