We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988294c commit 54d8484Copy full SHA for 54d8484
packages/docs/src/components/Toc.tsx
@@ -1,7 +1,7 @@
1
import React, { FC, useState } from 'react'
2
import { CCollapse, CNav } from '@coreui/react/src/index'
3
4
-type TocItem = {
+export type TocItem = {
5
url: string
6
title: string
7
items: TocItem[]
0 commit comments