import { type ComponentType } from 'react'; import type { SectionNavigatorNavButtonProps } from './SectionNavigator'; export type ChannelDetailNavButtonProps = SectionNavigatorNavButtonProps & { /** Icon rendered as the leading element of the nav button. */ LeadingIcon: ComponentType; /** Label displayed for the section. */ title: string; }; /** * Underlying button shared by all ChannelDetail section nav buttons. Renders a * `ListItemLayout` as a `