UNPKG

1.05 kBTypeScriptView Raw
1
2import { RouterProvider, RouterProviderProps } from "./lib/dom-export/dom-router-provider.js";
3import { DecodeActionFunction, DecodeFormStateFunction, DecodeReplyFunction, RSCManifestPayload, RSCPayload, RSCRenderPayload } from "./lib/rsc/server.rsc.js";
4import { RSCHydratedRouter, createCallServer } from "./lib/rsc/browser.js";
5import { HydratedRouter, HydratedRouterProps } from "./lib/dom-export/hydrated-router.js";
6import { getRSCStream } from "./lib/rsc/html-stream/browser.js";
7export { 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 };
\No newline at end of file