type PositionType = "top" | "bottom" | "right" | "left";

export type { PositionType as P };
