UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

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