Files
woonoow-docs/lib/toc.ts
2026-05-30 18:52:21 +07:00

8 lines
165 B
TypeScript

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