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