import { ComponentType } from 'react'; export type Tab = { id: string; name: string; icon?: ComponentType<{ className?: string; }>; }; interface TabsProps { tabs: Tab[]; current: string | null; onChange?: (id: string) => void; ariaLabel?: string; selectLabel?: string; /** When set, the mobile `