docu v 1.11.0
This commit is contained in:
9
lib/toc.ts
Normal file
9
lib/toc.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface TocItem {
|
||||
level: number;
|
||||
text: string;
|
||||
href: string;
|
||||
}
|
||||
|
||||
export interface MobTocProps {
|
||||
tocs: TocItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user