We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3a5a0 commit 74d5eecCopy full SHA for 74d5eec
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