type TabsOrientation = Exclude< import('@mui/material').TabsProps['orientation'], undefined >; type TabsProps = Omit & { orientation?: | TabsOrientation | Partial>; };