@tscircuit/props 0.0.300 → 0.0.301

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
@@ -1037,9 +1037,7 @@ export interface PlatformConfig {
1037
1037
  | Record<
1038
1038
  string,
1039
1039
  | any[]
1040
- | ((
1041
- path: string,
1042
- ) => Promise<{
1040
+ | ((path: string) => Promise<{
1043
1041
  footprintCircuitJson: any[];
1044
1042
  cadModel?: CadModelProp;
1045
1043
  }>)