@tscircuit/props 0.0.644 → 0.0.646

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/README.md CHANGED
@@ -369,6 +369,8 @@ export interface AutoroutingPhaseProps extends RoutingTolerances, FanoutProps {
369
369
  };
370
370
  connection?: string;
371
371
  connections?: string[];
372
+ // Reroutes traces selected by region or connection. The simplify autorouter
373
+ // may omit a selector to simplify every existing trace in the phase.
372
374
  reroute?: boolean;
373
375
  }
374
376
  ```