@tscircuit/props 0.0.464 → 0.0.466

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
@@ -1898,6 +1898,7 @@ export interface PlatformConfig {
1898
1898
 
1899
1899
  resolveProjectStaticFileImportUrl?: (path: string) => Promise<string>;
1900
1900
  nodeModulesResolver?: (modulePath: string) => Promise<string | null>;
1901
+ platformFetch?: typeof fetch;
1901
1902
  }
1902
1903
  ```
1903
1904