--- import type { MarkdownHeading } from 'astro' type Props = { headings: MarkdownHeading[] } const { headings } = Astro.props ---