UNPKG

@redwoodjs/sdk

Version:

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

4 lines (3 loc) 318 B
export declare function registerServerReference(action: Function, id: string, name: string): Function; export declare function registerClientReference<Target extends Record<string, any>>(id: string, exportName: string, target: Target): Target; export declare function rscActionHandler(req: Request): Promise<unknown>;