@tscircuit/props 0.0.231 → 0.0.233

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,7 @@ export interface NetAliasProps {
468
468
  schX?: number | string
469
469
  schY?: number | string
470
470
  schRotation?: number | string
471
- anchorSide?: "left" | "up" | "right" | "down"
471
+ anchorSide?: "left" | "top" | "right" | "bottom"
472
472
  }
473
473
  ```
474
474
 
@@ -484,7 +484,7 @@ export interface NetLabelProps {
484
484
  schX?: number | string
485
485
  schY?: number | string
486
486
  schRotation?: number | string
487
- anchorSide?: "left" | "up" | "right" | "down"
487
+ anchorSide?: "left" | "top" | "right" | "bottom"
488
488
  }
489
489
  ```
490
490