Skip to content

Commit df50ea7

Browse files
authored
Merge pull request #9008 from TylerAPfledderer/chore/table-of-contents-extra-export
Chore: remove extra `Item` type export in `TableOfContents`
2 parents efa2d96 + 929b380 commit df50ea7

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)