File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed packages/docs/src/components
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 |
| -import React, { forwardRef, useState } from 'react' |
| 1 | +import React, { CSSProperties, forwardRef, useState } from 'react' |
2 | 2 | import { CCollapse, CNav } from '@coreui/react/src/index'
|
3 | 3 |
|
4 | 4 | export type TocItem = {
|
@@ -9,6 +9,7 @@ export type TocItem = {
|
9 | 9 |
|
10 | 10 | interface TocProps {
|
11 | 11 | items: TocItem[]
|
| 12 | +style: CSSProperties |
12 | 13 | }
|
13 | 14 |
|
14 | 15 | const toc = (items: TocItem[]) => {
|
|
You can’t perform that action at this time.
0 commit comments