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

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