UNPKG

@tanstack/react-start-client

Version:

Modern and scalable routing for React applications

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