export type { TocItem } from "@docubook/core"; import type { TocItem } from "@docubook/core"; export interface MobTocProps { tocs: TocItem[]; title?: string; }