Skip to content

Commit e5bf15a

Browse files
authored
fix: nav nested items type error (#710) (#711)
1 parent 03ac223 commit e5bf15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/default-theme.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export namespace DefaultTheme {
8181

8282
export interface NavItemWithChildren {
8383
text?: string
84-
items: NavItemWithLink[]
84+
items: NavItem[]
8585
}
8686

8787
// sidebar -------------------------------------------------------------------

0 commit comments

Comments
 (0)