UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

5 lines (4 loc) 190 B
import { AnyRouter } from '@tanstack/router-core'; export declare function RouterServer<TRouter extends AnyRouter>(props: { router: TRouter; }): import("react/jsx-runtime").JSX.Element;