Skip to content

Commit eee9d24

Browse files
authored
Merge pull request #10757 from TylerAPfledderer/fix/toc-Item-type-import-declaration
fix(TableOfContents): declare import type with `Item`
2 parents 7548340 + 34f3ab4 commit eee9d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableOfContents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Translation from "../Translation"
2222

2323
import Mobile from "./TableOfContentsMobile"
2424
import ItemsList from "./ItemsList"
25-
import { getCustomId, Item, outerListProps } from "./utils"
25+
import { getCustomId, type Item, outerListProps } from "./utils"
2626
import { trackCustomEvent } from "../../utils/matomo"
2727

2828
export { Item }

0 commit comments

Comments
 (0)