Skip to content

Commit 54d8484

Browse files
committed
docs(Toc): update typings
1 parent 988294c commit 54d8484

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/components

1 file changed

+1
-1
lines changed

packages/docs/src/components/Toc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { FC, useState } from 'react'
22
import { CCollapse, CNav } from '@coreui/react/src/index'
33

4-
type TocItem = {
4+
export type TocItem = {
55
url: string
66
title: string
77
items: TocItem[]

0 commit comments

Comments
 (0)