Skip to content

Commit

Permalink
correct wrong types
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarantes committed Sep 11, 2019
1 parent 5ac939b commit 5432093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6058,7 +6058,7 @@ export module mxgraph {
* Specifies if the tree should be moved to the top, left corner
* if it is inside a top-level layer. Default is false.
*/
visited: boolean;
visited: any;

/**
* Variable: levelDistance
Expand Down Expand Up @@ -6140,7 +6140,7 @@ export module mxgraph {
* An array of the maximum height of cells (relative to the layout direction)
* per rank
*/
maxRankHeight: number;
maxRankHeight: any;

/**
* Variable: root
Expand Down

0 comments on commit 5432093

Please sign in to comment.