--- import type { TocItem } from "@/utils/generateToc"; interface Props { heading: TocItem; } const { heading: { children, depth, slug, text }, } = Astro.props; ---