UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

9 lines (8 loc) 226 B
declare module '@tanstack/history' { interface HistoryState { __tempLocation?: HistoryLocation; __tempKey?: string; __hashScrollIntoViewOptions?: boolean | ScrollIntoViewOptions; } } export {};