UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

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