UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

10 lines (8 loc) 254 B
import type { HistoryLocation } from '@tanstack/history' declare module '@tanstack/history' { interface HistoryState { __tempLocation?: HistoryLocation __tempKey?: string __hashScrollIntoViewOptions?: boolean | ScrollIntoViewOptions } }