@tscircuit/props 0.0.582 → 0.0.584

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
@@ -293,7 +293,7 @@ export interface BoardProps extends Omit<
293
293
  title?: string;
294
294
  material?: "fr4" | "fr1" | "flex";
295
295
  /** Number of layers for the PCB */
296
- layers?: 1 | 2 | 4 | 6 | 8;
296
+ layers?: 1 | 2 | 4 | 6 | 8 | 10;
297
297
  borderRadius?: Distance;
298
298
  thickness?: Distance;
299
299
  boardAnchorPosition?: Point;