fix: better nav types

pull/714/head
zRain 3 years ago
parent 31c863d14c
commit 42f007e6e2
No known key found for this signature in database
GPG Key ID: AFEAF63F7ACA353C

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

Loading…
Cancel
Save