export type Sizes = "sm" | "md" | "lg";
export type Orientation = "horizontal" | "vertical";
export type Direction = "up" | "down" | "left" | "right";
