--- import Icon from "./Icon.astro"; import type { MarkdownHeading } from "astro"; interface Props { headings: MarkdownHeading[]; } const { headings } = Astro.props; ---

Table of Contents