UNPKG

vite-plugin-react-server

Version:
6 lines 302 B
declare const ReactDOMServer: typeof import("react-server-dom-esm/server.node"); declare const React: typeof import("react"); export { ReactDOMServer, React }; export type * from "react-server-dom-esm/server.node"; export type React = typeof import("react"); //# sourceMappingURL=vendor.server.d.ts.map