Skip to content

Commit

Permalink
fix: nav nested items type error (#710) (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Jun 3, 2022
1 parent 03ac223 commit e5bf15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/default-theme.d.ts
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 e5bf15a

Please sign in to comment.