Skip to content

Commit 929b380

Browse files
chore(table-of-contents): remove extra Item type export
1 parent efa2d96 commit 929b380

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/TableOfContents/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ import Mobile from "./TableOfContentsMobile"
2323
import ItemsList from "./ItemsList"
2424
import { getCustomId, Item, outerListProps } from "./utils"
2525

26-
// For use in pages and templates
27-
export { Item }
28-
2926
export interface IProps extends BoxProps {
3027
items: Array<Item>
3128
maxDepth?: number

0 commit comments

Comments
 (0)