@tscircuit/props 0.0.648 → 0.0.650

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
@@ -468,7 +468,9 @@ export interface BreakoutProps
468
468
  * Saved port-to-exit wire/via routes in the fanout's local PCB frame.
469
469
  * Numeric distances are mm; unit strings are normalized to mm. Each route
470
470
  * must start at its selected port and end at its fanout exit. Layers name
471
- * physical board layers. Core creates the exits and preserves saved copper.
471
+ * physical board layers. Either endpoint may be a via when permitted by
472
+ * the circuit's routing rules (e.g. allowViaInPad for a via at a pad).
473
+ * Core creates the exits and preserves saved copper.
472
474
  * When supplied, replaces automatic routing (including `autorouter`) for
473
475
  * this fanout and must cover all its routing connections. Do not also add
474
476
  * a breakoutpoint/fanoutpoint for the same port. Omitted by default; existing