8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
export type { TocItem } from "@docubook/core";
|
|
import type { TocItem } from "@docubook/core";
|
|
|
|
export interface MobTocProps {
|
|
tocs: TocItem[];
|
|
title?: string;
|
|
}
|