UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

5 lines (4 loc) 175 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import { ClientOnly } from "./ClientOnly"; export const NoSSRStub = () => _jsx(ClientOnly, { children: null });