Skip to content

Commit

Permalink
fix: Incorrect edgeSeperation prop type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 1, 2024
1 parent 98e4709 commit b705139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
let align: ComponentProps<Dagre>['align'] = 'up-left';
let nodeSeparation: ComponentProps<Dagre>['nodeSeparation'] = 50;
let rankSeparation: ComponentProps<Dagre>['rankSeparation'] = 50;
let edgeSeparation: ComponentProps<Dagre>['rankSeparation'] = 10;
let edgeSeparation: ComponentProps<Dagre>['edgeSeparation'] = 10;
let curve: ComponentProps<CurveMenuField>['value'] = curveBasis;
</script>

Expand Down

0 comments on commit b705139

Please sign in to comment.