@tscircuit/props 0.0.394 → 0.0.395

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
@@ -667,6 +667,7 @@ export interface BaseGroupProps extends CommonLayoutProps, LayoutConfig {
667
667
 
668
668
  pcbWidth?: Distance;
669
669
  pcbHeight?: Distance;
670
+ minTraceWidth?: Distance;
670
671
  schWidth?: Distance;
671
672
  schHeight?: Distance;
672
673