UNPKG
@docubook/create
Version:
beta (2.0.0-beta.3)
latest (2.5.1)
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.2
1.14.1
1.14.0
1.13.10
1.13.9
1.13.6
1.13.5
1.13.0
1.12.0
1.11.3
1.11.2
1.9.1
1.9.0
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.7.5
1.7.0
1.6.9
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
CLI to create DocuBook projects
docubook.pro
DocuBook/docubook
@docubook/create
/
src
/
dist
/
lib
/
toc.ts
10 lines
(8 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
TocItem
{
level
:
number
;
text
:
string
;
href
:
string
; }
export
interface
MobTocProps
{
tocs
:
TocItem
[]; }