export type TabPosition = "top" | "bottom";

export type TabLayout = "center" | "inline";