fix 聚合搜索

This commit is contained in:
jxxghp
2024-06-02 18:45:50 +08:00
parent c20f9d527f
commit b7f8ffd56f
9 changed files with 357 additions and 231 deletions
+6
View File
@@ -120,6 +120,12 @@ export interface NavLink extends NavLinkProps, Partial<AclProperties> {
disable?: boolean
}
export interface NavMenu extends NavLink {
header: string
admin: boolean
description?: string
}
// 👉 Vertical nav group
export interface NavGroup extends Partial<AclProperties> {
title: string