@tscircuit/props 0.0.361 → 0.0.363

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
@@ -1536,12 +1536,6 @@ export interface PlatformConfig {
1536
1536
  >;
1537
1537
 
1538
1538
  footprintFileParserMap?: Record<string, FootprintFileParserEntry>;
1539
-
1540
- simSwitchFrequency?: number | string;
1541
- simCloseAt?: number | string;
1542
- simOpenAt?: number | string;
1543
- simStartClosed?: boolean;
1544
- simStartOpen?: boolean;
1545
1539
  }
1546
1540
  ```
1547
1541