@tscircuit/props 0.0.266 → 0.0.268

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
@@ -152,6 +152,7 @@ export interface BatteryProps<PinLabel extends string = string>
152
152
  ```ts
153
153
  export interface BoardProps extends Omit<SubcircuitGroupProps, "subcircuit"> {
154
154
  material?: "fr4" | "fr1";
155
+ layers?: 2 | 4;
155
156
  }
156
157
  ```
157
158