Skip to content

Commit

Permalink
fix: nav nested items type error
Browse files Browse the repository at this point in the history
close #710
  • Loading branch information
kecrily committed Jun 3, 2022
1 parent 03ac223 commit 5f86a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/default-theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export namespace DefaultTheme {

export interface NavItemWithChildren {
text?: string
items: NavItemWithLink[]
items: NavItem[]
}

// sidebar -------------------------------------------------------------------
Expand Down

0 comments on commit 5f86a4e

Please sign in to comment.