@tscircuit/props 0.0.403 → 0.0.405

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
@@ -1545,6 +1545,7 @@ export interface ViaProps extends CommonLayoutProps {
1545
1545
  export interface VoltageProbeProps extends Omit<CommonComponentProps, "name"> {
1546
1546
  name?: string;
1547
1547
  connectsTo: string | string[];
1548
+ color?: string;
1548
1549
  }
1549
1550
  ```
1550
1551