UNPKG

react-router

Version:
7 lines (6 loc) 1.05 kB
import { RouterProvider, RouterProviderProps } from "./lib/dom-export/dom-router-provider.js"; import { DecodeActionFunction, DecodeFormStateFunction, DecodeReplyFunction, RSCManifestPayload, RSCPayload, RSCRenderPayload } from "./lib/rsc/server.rsc.js"; import { RSCHydratedRouter, createCallServer } from "./lib/rsc/browser.js"; import { HydratedRouter, HydratedRouterProps } from "./lib/dom-export/hydrated-router.js"; import { getRSCStream } from "./lib/rsc/html-stream/browser.js"; export { HydratedRouter, type HydratedRouterProps, RouterProvider, type RouterProviderProps, type DecodeActionFunction as unstable_DecodeActionFunction, type DecodeFormStateFunction as unstable_DecodeFormStateFunction, type DecodeReplyFunction as unstable_DecodeReplyFunction, RSCHydratedRouter as unstable_RSCHydratedRouter, type RSCManifestPayload as unstable_RSCManifestPayload, type RSCPayload as unstable_RSCPayload, type RSCRenderPayload as unstable_RSCRenderPayload, createCallServer as unstable_createCallServer, getRSCStream as unstable_getRSCStream };