UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

9 lines (8 loc) 260 B
import { AnyRouter } from '@tanstack/router-core'; import * as React from 'react'; declare global { interface Window { __TSR_ROUTER_CONTEXT__?: React.Context<AnyRouter>; } } export declare function getRouterContext(): React.Context<AnyRouter>;