Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/components/TableOfContents.tsx
Table of Contents entry interface
Properties
| Property | Type |
|---|---|
id | string |
text | string |
level | number |
children | TocEntry[] |
Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/components/TableOfContents.tsx
Table of Contents entry interface
| Property | Type |
|---|---|
id | string |
text | string |
level | number |
children | TocEntry[] |
Was this page helpful?