@tscircuit/capacity-autorouter 0.0.344 → 0.0.345
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4634,6 +4634,7 @@ declare class HgPortPointPathingSolver extends HyperGraphSolver<RegionHg, Region
|
|
|
4634
4634
|
inputNodeWithPortPoints: InputNodeWithPortPoints[];
|
|
4635
4635
|
};
|
|
4636
4636
|
visualize(): GraphicsObject;
|
|
4637
|
+
private visualizePfOverlay;
|
|
4637
4638
|
}
|
|
4638
4639
|
|
|
4639
4640
|
interface CapacityMeshSolverOptions$1 {
|