@tscircuit/props 0.0.345 → 0.0.346
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1142,6 +1142,12 @@ export interface PlatformConfig {
|
|
|
1142
1142
|
>;
|
|
1143
1143
|
|
|
1144
1144
|
footprintFileParserMap?: Record<string, FootprintFileParserEntry>;
|
|
1145
|
+
|
|
1146
|
+
simSwitchFrequency?: number | string;
|
|
1147
|
+
simCloseAt?: number | string;
|
|
1148
|
+
simOpenAt?: number | string;
|
|
1149
|
+
simStartClosed?: boolean;
|
|
1150
|
+
simStartOpen?: boolean;
|
|
1145
1151
|
}
|
|
1146
1152
|
```
|
|
1147
1153
|
|