export type TTOCItem = { level: number; title: string; anchorId: string; };