Interface ITableOfContentsItemsProps

Interface describing component properties.

Hierarchy

  • ITableOfContentsItemsProps

Properties

Heading to render.

isActive: boolean

Whether this item is active or not.

onCollapse: ((heading) => void)

Type declaration

onMouseDown: ((heading) => void)

Type declaration

Generated using TypeDoc