initial commit
This commit is contained in:
commit
d799808203
126 changed files with 16265 additions and 0 deletions
5
types/Toc.ts
Normal file
5
types/Toc.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export type Toc = {
|
||||
value: string
|
||||
depth: number
|
||||
url: string
|
||||
}[]
|
Loading…
Add table
Add a link
Reference in a new issue