UNPKG

rwsdk

Version:

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

5 lines (4 loc) 201 B
import { type RequestInfo } from "../requestInfo/types.js"; export declare const Stylesheets: ({ requestInfo, }: { requestInfo: RequestInfo; }) => Promise<import("react/jsx-runtime").JSX.Element>;