rwsdk
Version:
Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime
7 lines (6 loc) • 306 B
TypeScript
/**
* Mock implementation of the virtual:use-client-lookup.js module for tests.
* This provides an empty lookup object since tests don't need to actually
* load client modules - they use dependency injection for React hooks.
*/
export declare const useClientLookup: Record<string, () => Promise<any>>;