@tscircuit/props 0.0.525 → 0.0.527

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
@@ -214,7 +214,7 @@ export interface AnalogSimulationProps {
214
214
  ### AutoroutingPhaseProps `<autoroutingphase />`
215
215
 
216
216
  ```ts
217
- export interface AutoroutingPhaseProps {
217
+ export interface AutoroutingPhaseProps extends RoutingTolerances {
218
218
  key?: any;
219
219
  autorouter?: AutorouterProp;
220
220
  phaseIndex?: number;