fix: set config to control depth selector (#16)

This commit is contained in:
Fine0830
2022-02-21 13:16:34 +08:00
committed by GitHub
parent bd993a043d
commit 01194b0325
8 changed files with 32 additions and 20 deletions

View File

@@ -120,4 +120,5 @@ export interface TopologyConfig {
content?: string;
fontSize?: number;
depth?: string;
showDepth?: boolean;
}