@tscircuit/props 0.0.272 → 0.0.274

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
@@ -425,6 +425,8 @@ export interface BaseGroupProps extends CommonLayoutProps, LayoutConfig {
425
425
  pcbGridTemplateColumns?: string;
426
426
  pcbGridTemplate?: string;
427
427
  pcbGridGap?: number | string;
428
+ pcbGridRowGap?: number | string;
429
+ pcbGridColumnGap?: number | string;
428
430
 
429
431
  pcbFlex?: boolean | string;
430
432
  pcbFlexDirection?: "row" | "column";