react-router 0.0.0-experimental-c8b52c995 → 0.0.0-experimental-49d6214de

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.
Files changed (47) hide show
  1. package/dist/{production/fog-of-war-1hWhK5ey.d.mts → development/browser-M5pXTCvd.d.ts} +91 -2
  2. package/dist/development/{fog-of-war-oa9CGk10.d.ts → browser-VRpJ8b08.d.mts} +91 -2
  3. package/dist/development/{chunk-4K5PIBZY.mjs → chunk-XQ46UDXV.mjs} +1016 -273
  4. package/dist/development/{future-ldDp5FKH.d.ts → data-CQbyyGzl.d.mts} +1 -11
  5. package/dist/{production/future-ldDp5FKH.d.mts → development/data-CQbyyGzl.d.ts} +1 -11
  6. package/dist/development/dom-export.d.mts +2 -2
  7. package/dist/development/dom-export.d.ts +2 -2
  8. package/dist/development/dom-export.js +384 -249
  9. package/dist/development/dom-export.mjs +4 -3
  10. package/dist/development/index.d.mts +11 -8
  11. package/dist/development/index.d.ts +11 -8
  12. package/dist/development/index.js +1023 -272
  13. package/dist/development/index.mjs +17 -2
  14. package/dist/development/lib/types/route-module.d.mts +2 -2
  15. package/dist/development/lib/types/route-module.d.ts +2 -2
  16. package/dist/development/lib/types/route-module.js +1 -1
  17. package/dist/development/lib/types/route-module.mjs +1 -1
  18. package/dist/development/{route-data-5OzAzQtT.d.mts → route-data-DthZ7xs2.d.mts} +29 -7
  19. package/dist/{production/route-data-5OzAzQtT.d.mts → development/route-data-DthZ7xs2.d.ts} +29 -7
  20. package/dist/development/server.d.mts +1484 -0
  21. package/dist/development/server.d.ts +1484 -0
  22. package/dist/development/server.js +2249 -0
  23. package/dist/development/server.mjs +2216 -0
  24. package/dist/{development/fog-of-war-1hWhK5ey.d.mts → production/browser-M5pXTCvd.d.ts} +91 -2
  25. package/dist/production/{fog-of-war-oa9CGk10.d.ts → browser-VRpJ8b08.d.mts} +91 -2
  26. package/dist/production/{chunk-UDVCEGG6.mjs → chunk-UTRXPJEI.mjs} +1016 -273
  27. package/dist/production/{future-ldDp5FKH.d.ts → data-CQbyyGzl.d.mts} +1 -11
  28. package/dist/{development/future-ldDp5FKH.d.mts → production/data-CQbyyGzl.d.ts} +1 -11
  29. package/dist/production/dom-export.d.mts +2 -2
  30. package/dist/production/dom-export.d.ts +2 -2
  31. package/dist/production/dom-export.js +384 -249
  32. package/dist/production/dom-export.mjs +4 -3
  33. package/dist/production/index.d.mts +11 -8
  34. package/dist/production/index.d.ts +11 -8
  35. package/dist/production/index.js +1023 -272
  36. package/dist/production/index.mjs +17 -2
  37. package/dist/production/lib/types/route-module.d.mts +2 -2
  38. package/dist/production/lib/types/route-module.d.ts +2 -2
  39. package/dist/production/lib/types/route-module.js +1 -1
  40. package/dist/production/lib/types/route-module.mjs +1 -1
  41. package/dist/production/{route-data-5OzAzQtT.d.ts → route-data-DthZ7xs2.d.mts} +29 -7
  42. package/dist/{development/route-data-5OzAzQtT.d.ts → production/route-data-DthZ7xs2.d.ts} +29 -7
  43. package/dist/production/server.d.mts +1484 -0
  44. package/dist/production/server.d.ts +1484 -0
  45. package/dist/production/server.js +2249 -0
  46. package/dist/production/server.mjs +2216 -0
  47. package/package.json +33 -2
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { k as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationState, I as InitialEntry, D as DataStrategyFunction, ar as PatchRoutesOnNavigationFunction, b as Router$1, T as To, d as RelativeRoutingType, x as NonIndexRouteObject, a2 as LazyRouteFunction, s as IndexRouteObject, e as Location, f as Action, aq as Navigator, at as RouteMatch, p as StaticHandlerContext, c as RouteManifest, a as RouteModules, ap as DataRouteObject, aR as RouteModule, a1 as HTMLFormMethod, $ as FormEncType, aC as PageLinkDescriptor, aS as History, z as GetScrollRestorationKeyFunction, N as NavigateOptions, J as Fetcher, n as SerializeFrom, B as BlockerFunction } from './route-data-5OzAzQtT.mjs';
2
+ import { j as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationState, I as InitialEntry, D as DataStrategyFunction, ar as PatchRoutesOnNavigationFunction, a as Router$1, T as To, c as RelativeRoutingType, x as NonIndexRouteObject, a2 as LazyRouteFunction, r as IndexRouteObject, d as Location, e as Action, aq as Navigator, at as RouteMatch, o as StaticHandlerContext, b as RouteManifest, aS as RouteModules, ap as DataRouteObject, aT as RouteModule, a1 as HTMLFormMethod, $ as FormEncType, aC as PageLinkDescriptor, aU as History, z as GetScrollRestorationKeyFunction, N as NavigateOptions, J as Fetcher, m as SerializeFrom, B as BlockerFunction, i as Params, t as ActionFunction, au as ClientActionFunction, aw as ClientLoaderFunction, w as LinksFunction, s as LoaderFunction, v as MetaFunction, a7 as ShouldRevalidateFunction } from './route-data-DthZ7xs2.js';
3
3
 
4
4
  /**
5
5
  * @private
@@ -7,6 +7,7 @@ import { k as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationS
7
7
  declare function mapRouteProperties(route: RouteObject): Partial<RouteObject> & {
8
8
  hasErrorBoundary: boolean;
9
9
  };
10
+ declare const hydrationRouteProperties: (keyof RouteObject)[];
10
11
  interface MemoryRouterOpts {
11
12
  /**
12
13
  * Basename path for the application.
@@ -1687,4 +1688,92 @@ declare global {
1687
1688
  declare function getPatchRoutesOnNavigationFunction(manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, isSpaMode: boolean, basename: string | undefined): PatchRoutesOnNavigationFunction | undefined;
1688
1689
  declare function useFogOFWarDiscovery(router: Router$1, manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, isSpaMode: boolean): void;
1689
1690
 
1690
- export { useSearchParams as $, type AssetsManifest as A, type BrowserRouterProps as B, type CriticalCss as C, type DOMRouterOpts as D, type EntryContext as E, type FutureConfig as F, type FetcherSubmitFunction as G, type HashRouterProps as H, type IndexRouteProps as I, type FetcherWithComponents as J, createBrowserRouter as K, type LayoutRouteProps as L, type MemoryRouterOpts as M, type NavigateProps as N, type OutletProps as O, type PathRouteProps as P, createHashRouter as Q, type RouterProviderProps as R, type ScrollRestorationProps as S, BrowserRouter as T, HashRouter as U, Link as V, HistoryRouter as W, NavLink as X, Form as Y, ScrollRestoration as Z, useLinkClickHandler as _, type Route as a, useSubmit as a0, useFormAction as a1, useFetcher as a2, useFetchers as a3, useBeforeUnload as a4, usePrompt as a5, useViewTransitionState as a6, type FetcherSubmitOptions as a7, type ParamKeyValuePair as a8, type SubmitOptions as a9, type URLSearchParamsInit as aa, type SubmitTarget as ab, createSearchParams as ac, Meta as ad, Links as ae, Scripts as af, PrefetchPageLinks as ag, type ScriptsProps as ah, mapRouteProperties as ai, FrameworkContext as aj, getPatchRoutesOnNavigationFunction as ak, useFogOFWarDiscovery as al, createClientRoutes as am, createClientRoutesWithHMRRevalidationOptOut as an, shouldHydrateRouteLoader as ao, useScrollRestoration as ap, type AwaitProps as b, type MemoryRouterProps as c, type RouteProps as d, type RouterProps as e, type RoutesProps as f, Await as g, MemoryRouter as h, Navigate as i, Outlet as j, Route$1 as k, Router as l, RouterProvider as m, Routes as n, createMemoryRouter as o, createRoutesFromChildren as p, createRoutesFromElements as q, renderMatches as r, type HistoryRouterProps as s, type LinkProps as t, type NavLinkProps as u, type NavLinkRenderProps as v, type FetcherFormProps as w, type FormProps as x, type SetURLSearchParams as y, type SubmitFunction as z };
1691
+ type ServerRouteObjectBase = {
1692
+ action?: ActionFunction;
1693
+ clientAction?: ClientActionFunction;
1694
+ clientLoader?: ClientLoaderFunction;
1695
+ default?: React.ComponentType<any>;
1696
+ ErrorBoundary?: React.ComponentType<any>;
1697
+ handle?: any;
1698
+ HydrateFallback?: React.ComponentType<any>;
1699
+ Layout?: React.ComponentType<any>;
1700
+ links?: LinksFunction;
1701
+ loader?: LoaderFunction;
1702
+ meta?: MetaFunction;
1703
+ shouldRevalidate?: ShouldRevalidateFunction;
1704
+ };
1705
+ type ServerRouteObject = ServerRouteObjectBase & {
1706
+ id: string;
1707
+ path?: string;
1708
+ lazy?: LazyRouteFunction<ServerRouteObjectBase>;
1709
+ } & ({
1710
+ index: true;
1711
+ } | {
1712
+ children?: ServerRouteObject[];
1713
+ });
1714
+ type ServerRouteManifest = {
1715
+ clientAction?: ClientActionFunction;
1716
+ clientLoader?: ClientLoaderFunction;
1717
+ element?: React.ReactElement;
1718
+ errorElement?: React.ReactElement;
1719
+ handle?: any;
1720
+ hasAction: boolean;
1721
+ hasErrorBoundary: boolean;
1722
+ hasLoader: boolean;
1723
+ hydrateFallbackElement?: React.ReactElement;
1724
+ id: string;
1725
+ index?: boolean;
1726
+ links?: LinksFunction;
1727
+ meta?: MetaFunction;
1728
+ path?: string;
1729
+ shouldRevalidate?: ShouldRevalidateFunction;
1730
+ };
1731
+ type ServerRouteMatch = ServerRouteManifest & {
1732
+ params: Params;
1733
+ pathname: string;
1734
+ pathnameBase: string;
1735
+ };
1736
+ type ServerRenderPayload = {
1737
+ type: "render";
1738
+ actionData: Record<string, any> | null;
1739
+ basename?: string;
1740
+ deepestRenderedBoundaryId?: string;
1741
+ errors: Record<string, any> | null;
1742
+ loaderData: Record<string, any>;
1743
+ location: Location;
1744
+ matches: ServerRouteMatch[];
1745
+ nonce?: string;
1746
+ };
1747
+ type ServerManifestPayload = {
1748
+ type: "manifest";
1749
+ matches: ServerRouteManifest[];
1750
+ };
1751
+ type ServerPayload = ServerRenderPayload | ServerManifestPayload;
1752
+ type ServerMatch = {
1753
+ statusCode: number;
1754
+ headers: Headers;
1755
+ payload: ServerPayload;
1756
+ };
1757
+ declare function matchServerRequest(request: Request, routes: ServerRouteObject[]): Promise<ServerMatch | Response>;
1758
+ declare function routeServerRequest(request: Request, requestServer: (request: Request) => Promise<Response>, decode: (body: ReadableStream<Uint8Array>) => Promise<ServerPayload>, renderHTML: (payload: ServerPayload) => ReadableStream<Uint8Array> | Promise<ReadableStream<Uint8Array>>): Promise<Response>;
1759
+ declare function isReactServerRequest(url: URL): boolean;
1760
+
1761
+ type DecodeServerResponseFunction = (body: ReadableStream<Uint8Array>) => Promise<ServerPayload>;
1762
+ declare global {
1763
+ interface Window {
1764
+ __router: Router$1;
1765
+ }
1766
+ }
1767
+ declare function ServerBrowserRouter({ decode, payload, }: {
1768
+ decode: DecodeServerResponseFunction;
1769
+ payload: ServerPayload;
1770
+ }): React.JSX.Element;
1771
+
1772
+ declare global {
1773
+ interface Window {
1774
+ __FLIGHT_DATA: any[];
1775
+ }
1776
+ }
1777
+ declare function getServerStream(): ReadableStream<any>;
1778
+
1779
+ export { useLinkClickHandler as $, type AssetsManifest as A, type BrowserRouterProps as B, type CriticalCss as C, type DOMRouterOpts as D, type EntryContext as E, type FutureConfig as F, type SubmitFunction as G, type HashRouterProps as H, type IndexRouteProps as I, type FetcherSubmitFunction as J, type FetcherWithComponents as K, type LayoutRouteProps as L, type MemoryRouterOpts as M, type NavigateProps as N, type OutletProps as O, type PathRouteProps as P, createBrowserRouter as Q, type RouterProviderProps as R, type ServerPayload as S, createHashRouter as T, BrowserRouter as U, HashRouter as V, Link as W, HistoryRouter as X, NavLink as Y, Form as Z, ScrollRestoration as _, type Route as a, useSearchParams as a0, useSubmit as a1, useFormAction as a2, useFetcher as a3, useFetchers as a4, useBeforeUnload as a5, usePrompt as a6, useViewTransitionState as a7, type FetcherSubmitOptions as a8, type ParamKeyValuePair as a9, getServerStream as aA, type SubmitOptions as aa, type URLSearchParamsInit as ab, type SubmitTarget as ac, createSearchParams as ad, Meta as ae, Links as af, Scripts as ag, PrefetchPageLinks as ah, type ScriptsProps as ai, hydrationRouteProperties as aj, mapRouteProperties as ak, FrameworkContext as al, getPatchRoutesOnNavigationFunction as am, useFogOFWarDiscovery as an, createClientRoutes as ao, createClientRoutesWithHMRRevalidationOptOut as ap, shouldHydrateRouteLoader as aq, useScrollRestoration as ar, type ServerMatch as as, type ServerRouteMatch as at, type ServerRouteObject as au, isReactServerRequest as av, matchServerRequest as aw, routeServerRequest as ax, type DecodeServerResponseFunction as ay, ServerBrowserRouter as az, type AwaitProps as b, type MemoryRouterProps as c, type RouteProps as d, type RouterProps as e, type RoutesProps as f, Await as g, MemoryRouter as h, Navigate as i, Outlet as j, Route$1 as k, Router as l, RouterProvider as m, Routes as n, createMemoryRouter as o, createRoutesFromChildren as p, createRoutesFromElements as q, renderMatches as r, type HistoryRouterProps as s, type LinkProps as t, type NavLinkProps as u, type NavLinkRenderProps as v, type FetcherFormProps as w, type FormProps as x, type ScrollRestorationProps as y, type SetURLSearchParams as z };
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { k as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationState, I as InitialEntry, D as DataStrategyFunction, ar as PatchRoutesOnNavigationFunction, b as Router$1, T as To, d as RelativeRoutingType, x as NonIndexRouteObject, a2 as LazyRouteFunction, s as IndexRouteObject, e as Location, f as Action, aq as Navigator, at as RouteMatch, p as StaticHandlerContext, c as RouteManifest, a as RouteModules, ap as DataRouteObject, aR as RouteModule, a1 as HTMLFormMethod, $ as FormEncType, aC as PageLinkDescriptor, aS as History, z as GetScrollRestorationKeyFunction, N as NavigateOptions, J as Fetcher, n as SerializeFrom, B as BlockerFunction } from './route-data-5OzAzQtT.js';
2
+ import { j as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationState, I as InitialEntry, D as DataStrategyFunction, ar as PatchRoutesOnNavigationFunction, a as Router$1, T as To, c as RelativeRoutingType, x as NonIndexRouteObject, a2 as LazyRouteFunction, r as IndexRouteObject, d as Location, e as Action, aq as Navigator, at as RouteMatch, o as StaticHandlerContext, b as RouteManifest, aS as RouteModules, ap as DataRouteObject, aT as RouteModule, a1 as HTMLFormMethod, $ as FormEncType, aC as PageLinkDescriptor, aU as History, z as GetScrollRestorationKeyFunction, N as NavigateOptions, J as Fetcher, m as SerializeFrom, B as BlockerFunction, i as Params, t as ActionFunction, au as ClientActionFunction, aw as ClientLoaderFunction, w as LinksFunction, s as LoaderFunction, v as MetaFunction, a7 as ShouldRevalidateFunction } from './route-data-DthZ7xs2.mjs';
3
3
 
4
4
  /**
5
5
  * @private
@@ -7,6 +7,7 @@ import { k as RouteObject, R as RouterInit, F as FutureConfig$1, H as HydrationS
7
7
  declare function mapRouteProperties(route: RouteObject): Partial<RouteObject> & {
8
8
  hasErrorBoundary: boolean;
9
9
  };
10
+ declare const hydrationRouteProperties: (keyof RouteObject)[];
10
11
  interface MemoryRouterOpts {
11
12
  /**
12
13
  * Basename path for the application.
@@ -1687,4 +1688,92 @@ declare global {
1687
1688
  declare function getPatchRoutesOnNavigationFunction(manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, isSpaMode: boolean, basename: string | undefined): PatchRoutesOnNavigationFunction | undefined;
1688
1689
  declare function useFogOFWarDiscovery(router: Router$1, manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, isSpaMode: boolean): void;
1689
1690
 
1690
- export { useSearchParams as $, type AssetsManifest as A, type BrowserRouterProps as B, type CriticalCss as C, type DOMRouterOpts as D, type EntryContext as E, type FutureConfig as F, type FetcherSubmitFunction as G, type HashRouterProps as H, type IndexRouteProps as I, type FetcherWithComponents as J, createBrowserRouter as K, type LayoutRouteProps as L, type MemoryRouterOpts as M, type NavigateProps as N, type OutletProps as O, type PathRouteProps as P, createHashRouter as Q, type RouterProviderProps as R, type ScrollRestorationProps as S, BrowserRouter as T, HashRouter as U, Link as V, HistoryRouter as W, NavLink as X, Form as Y, ScrollRestoration as Z, useLinkClickHandler as _, type Route as a, useSubmit as a0, useFormAction as a1, useFetcher as a2, useFetchers as a3, useBeforeUnload as a4, usePrompt as a5, useViewTransitionState as a6, type FetcherSubmitOptions as a7, type ParamKeyValuePair as a8, type SubmitOptions as a9, type URLSearchParamsInit as aa, type SubmitTarget as ab, createSearchParams as ac, Meta as ad, Links as ae, Scripts as af, PrefetchPageLinks as ag, type ScriptsProps as ah, mapRouteProperties as ai, FrameworkContext as aj, getPatchRoutesOnNavigationFunction as ak, useFogOFWarDiscovery as al, createClientRoutes as am, createClientRoutesWithHMRRevalidationOptOut as an, shouldHydrateRouteLoader as ao, useScrollRestoration as ap, type AwaitProps as b, type MemoryRouterProps as c, type RouteProps as d, type RouterProps as e, type RoutesProps as f, Await as g, MemoryRouter as h, Navigate as i, Outlet as j, Route$1 as k, Router as l, RouterProvider as m, Routes as n, createMemoryRouter as o, createRoutesFromChildren as p, createRoutesFromElements as q, renderMatches as r, type HistoryRouterProps as s, type LinkProps as t, type NavLinkProps as u, type NavLinkRenderProps as v, type FetcherFormProps as w, type FormProps as x, type SetURLSearchParams as y, type SubmitFunction as z };
1691
+ type ServerRouteObjectBase = {
1692
+ action?: ActionFunction;
1693
+ clientAction?: ClientActionFunction;
1694
+ clientLoader?: ClientLoaderFunction;
1695
+ default?: React.ComponentType<any>;
1696
+ ErrorBoundary?: React.ComponentType<any>;
1697
+ handle?: any;
1698
+ HydrateFallback?: React.ComponentType<any>;
1699
+ Layout?: React.ComponentType<any>;
1700
+ links?: LinksFunction;
1701
+ loader?: LoaderFunction;
1702
+ meta?: MetaFunction;
1703
+ shouldRevalidate?: ShouldRevalidateFunction;
1704
+ };
1705
+ type ServerRouteObject = ServerRouteObjectBase & {
1706
+ id: string;
1707
+ path?: string;
1708
+ lazy?: LazyRouteFunction<ServerRouteObjectBase>;
1709
+ } & ({
1710
+ index: true;
1711
+ } | {
1712
+ children?: ServerRouteObject[];
1713
+ });
1714
+ type ServerRouteManifest = {
1715
+ clientAction?: ClientActionFunction;
1716
+ clientLoader?: ClientLoaderFunction;
1717
+ element?: React.ReactElement;
1718
+ errorElement?: React.ReactElement;
1719
+ handle?: any;
1720
+ hasAction: boolean;
1721
+ hasErrorBoundary: boolean;
1722
+ hasLoader: boolean;
1723
+ hydrateFallbackElement?: React.ReactElement;
1724
+ id: string;
1725
+ index?: boolean;
1726
+ links?: LinksFunction;
1727
+ meta?: MetaFunction;
1728
+ path?: string;
1729
+ shouldRevalidate?: ShouldRevalidateFunction;
1730
+ };
1731
+ type ServerRouteMatch = ServerRouteManifest & {
1732
+ params: Params;
1733
+ pathname: string;
1734
+ pathnameBase: string;
1735
+ };
1736
+ type ServerRenderPayload = {
1737
+ type: "render";
1738
+ actionData: Record<string, any> | null;
1739
+ basename?: string;
1740
+ deepestRenderedBoundaryId?: string;
1741
+ errors: Record<string, any> | null;
1742
+ loaderData: Record<string, any>;
1743
+ location: Location;
1744
+ matches: ServerRouteMatch[];
1745
+ nonce?: string;
1746
+ };
1747
+ type ServerManifestPayload = {
1748
+ type: "manifest";
1749
+ matches: ServerRouteManifest[];
1750
+ };
1751
+ type ServerPayload = ServerRenderPayload | ServerManifestPayload;
1752
+ type ServerMatch = {
1753
+ statusCode: number;
1754
+ headers: Headers;
1755
+ payload: ServerPayload;
1756
+ };
1757
+ declare function matchServerRequest(request: Request, routes: ServerRouteObject[]): Promise<ServerMatch | Response>;
1758
+ declare function routeServerRequest(request: Request, requestServer: (request: Request) => Promise<Response>, decode: (body: ReadableStream<Uint8Array>) => Promise<ServerPayload>, renderHTML: (payload: ServerPayload) => ReadableStream<Uint8Array> | Promise<ReadableStream<Uint8Array>>): Promise<Response>;
1759
+ declare function isReactServerRequest(url: URL): boolean;
1760
+
1761
+ type DecodeServerResponseFunction = (body: ReadableStream<Uint8Array>) => Promise<ServerPayload>;
1762
+ declare global {
1763
+ interface Window {
1764
+ __router: Router$1;
1765
+ }
1766
+ }
1767
+ declare function ServerBrowserRouter({ decode, payload, }: {
1768
+ decode: DecodeServerResponseFunction;
1769
+ payload: ServerPayload;
1770
+ }): React.JSX.Element;
1771
+
1772
+ declare global {
1773
+ interface Window {
1774
+ __FLIGHT_DATA: any[];
1775
+ }
1776
+ }
1777
+ declare function getServerStream(): ReadableStream<any>;
1778
+
1779
+ export { useLinkClickHandler as $, type AssetsManifest as A, type BrowserRouterProps as B, type CriticalCss as C, type DOMRouterOpts as D, type EntryContext as E, type FutureConfig as F, type SubmitFunction as G, type HashRouterProps as H, type IndexRouteProps as I, type FetcherSubmitFunction as J, type FetcherWithComponents as K, type LayoutRouteProps as L, type MemoryRouterOpts as M, type NavigateProps as N, type OutletProps as O, type PathRouteProps as P, createBrowserRouter as Q, type RouterProviderProps as R, type ServerPayload as S, createHashRouter as T, BrowserRouter as U, HashRouter as V, Link as W, HistoryRouter as X, NavLink as Y, Form as Z, ScrollRestoration as _, type Route as a, useSearchParams as a0, useSubmit as a1, useFormAction as a2, useFetcher as a3, useFetchers as a4, useBeforeUnload as a5, usePrompt as a6, useViewTransitionState as a7, type FetcherSubmitOptions as a8, type ParamKeyValuePair as a9, getServerStream as aA, type SubmitOptions as aa, type URLSearchParamsInit as ab, type SubmitTarget as ac, createSearchParams as ad, Meta as ae, Links as af, Scripts as ag, PrefetchPageLinks as ah, type ScriptsProps as ai, hydrationRouteProperties as aj, mapRouteProperties as ak, FrameworkContext as al, getPatchRoutesOnNavigationFunction as am, useFogOFWarDiscovery as an, createClientRoutes as ao, createClientRoutesWithHMRRevalidationOptOut as ap, shouldHydrateRouteLoader as aq, useScrollRestoration as ar, type ServerMatch as as, type ServerRouteMatch as at, type ServerRouteObject as au, isReactServerRequest as av, matchServerRequest as aw, routeServerRequest as ax, type DecodeServerResponseFunction as ay, ServerBrowserRouter as az, type AwaitProps as b, type MemoryRouterProps as c, type RouteProps as d, type RouterProps as e, type RoutesProps as f, Await as g, MemoryRouter as h, Navigate as i, Outlet as j, Route$1 as k, Router as l, RouterProvider as m, Routes as n, createMemoryRouter as o, createRoutesFromChildren as p, createRoutesFromElements as q, renderMatches as r, type HistoryRouterProps as s, type LinkProps as t, type NavLinkProps as u, type NavLinkRenderProps as v, type FetcherFormProps as w, type FormProps as x, type ScrollRestorationProps as y, type SetURLSearchParams as z };