UNPKG
@apihawk/help-center-sdk
Version:
latest (0.0.2)
0.0.2
The ApiHawk Help Center SDK
@apihawk/help-center-sdk
/
lib
/
services
/
common
/
generate-toc.d.ts
6 lines
(5 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
export default function generateTableOfContents(
html
: string): { tag: any;
content
: string; id: string; }
[]
;