@tscircuit/props 0.0.482 → 0.0.484

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
@@ -1063,6 +1063,7 @@ export interface PanelProps extends Omit<
1063
1063
  edgePaddingRight?: Distance;
1064
1064
  edgePaddingTop?: Distance;
1065
1065
  edgePaddingBottom?: Distance;
1066
+ _subcircuitCachingEnabled?: boolean;
1066
1067
  }
1067
1068
  ```
1068
1069