@tscircuit/props 0.0.304 → 0.0.306

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
@@ -674,6 +674,11 @@ export interface PinHeaderProps extends CommonComponentProps {
674
674
  */
675
675
  rightAngle?: boolean;
676
676
 
677
+ /**
678
+ * Orientation of the header on the PCB
679
+ */
680
+ pcbOrientation?: PcbOrientation;
681
+
677
682
  /**
678
683
  * Diameter of the through-hole for each pin
679
684
  */