--- import type { Heading } from './TableOfContents.astro' import Link from './Link.astro' const { heading } = Astro.props ---
  • {heading.text} { heading.subheadings.length > 0 && ( ) }