type TabContentProps = import('react').PropsWithChildren<{ changingTabId: T; tabId: T; }>;