UNPKG

rwsdk

Version:

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

7 lines (6 loc) 172 B
import "./shared"; export interface ClientNavigationOptions { onNavigate?: () => void; scrollToTop?: boolean; scrollBehavior?: "auto" | "smooth" | "instant"; }