export type TabID = string | number;
export type TabPosition = "top" | "bottom";
export type TabLayout = "center" | "inline";
