We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3a5a0 commit 8ed7f96Copy full SHA for 8ed7f96
packages/@vuepress/types/src/theme-default.ts
@@ -84,7 +84,7 @@ export type SidebarItem4Group = {
84
/**
85
* Sidebar children.
86
*/
87
- children?: Array<SidebarItem4Shortcut>;
+ children?: Array<SidebarItem4Shortcut | SidebarItem4Group>;
88
};
89
90
0 commit comments