--- export interface Props { tableOfContentAutoCollapse?: boolean } const { tableOfContentAutoCollapse = false } = Astro.props as Props; ---
Table of Contents