@remix-run/router 1.6.2 → 1.6.3

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/dist/router.d.ts CHANGED
@@ -256,6 +256,7 @@ export interface RouterInit {
256
256
  mapRouteProperties?: MapRoutePropertiesFunction;
257
257
  future?: Partial<FutureConfig>;
258
258
  hydrationData?: HydrationState;
259
+ window?: Window;
259
260
  }
260
261
  /**
261
262
  * State returned from a server-side query() call