UNPKG

@docubook/create

Version:

CLI to create DocuBook projects

10 lines (8 loc) 131 B
export interface TocItem { level: number; text: string; href: string; } export interface MobTocProps { tocs: TocItem[]; }