@html-graph/html-graph 8.3.0 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -776,6 +776,10 @@ declare type LayoutAlgorithmConfig = {
776
776
  readonly theta?: number;
777
777
  readonly areaRadiusThreshold?: number;
778
778
  };
779
+ } | {
780
+ readonly type: "hierarchical";
781
+ readonly layerWidth?: number;
782
+ readonly layerSpace?: number;
779
783
  };
780
784
 
781
785
  export declare interface LayoutAlgorithmParams {