Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-04-02 11:08:37 +07:00
committed by GitHub
parent b6de3da74a
commit 48b3f3facc
22 changed files with 636 additions and 177 deletions
+1
View File
@@ -54,6 +54,7 @@ export interface SpacesNavModel {
export interface NavigatorModel {
spaces: SpacesNavModel[]
specials?: SpecialNavModel[]
aside?: AnyComponent
}
/**