UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

7 lines (6 loc) 201 B
/** * Server-only helper to emit a script tag exactly once during SSR. */ export declare function ScriptOnce({ children }: { children: string; }): import("react/jsx-runtime").JSX.Element | null;