@tscircuit/props 0.0.450 → 0.0.452

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
@@ -1454,6 +1454,7 @@ export interface SchematicLineProps {
1454
1454
  ```ts
1455
1455
  export interface SchematicPathProps {
1456
1456
  points: Point[];
1457
+ svgPath?: string;
1457
1458
  isFilled?: boolean;
1458
1459
  fillColor?: "red" | "blue";
1459
1460
  }