feat: Move topology to widgets (#29)

This commit is contained in:
Fine0830
2022-03-20 19:45:31 +08:00
committed by GitHub
parent 597e98e291
commit 42d8e909f6
25 changed files with 279 additions and 348 deletions

View File

@@ -129,6 +129,6 @@ export interface TopologyConfig {
iconTheme?: boolean;
content?: string;
fontSize?: number;
depth?: string;
depth?: number;
showDepth?: boolean;
}