export type TocItem = {
    level: number;
    text: string;
    slug: string;
};
