fix: nav nested items type error (#710) (#711)

pull/716/head
Percy Ma 2 years ago committed by GitHub
parent 03ac2233b5
commit e5bf15a21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ export namespace DefaultTheme {
export interface NavItemWithChildren {
text?: string
items: NavItemWithLink[]
items: NavItem[]
}
// sidebar -------------------------------------------------------------------

Loading…
Cancel
Save