kuamail/node_modules/@tanstack/react-router/dist/cjs/history.d.cts

9 lines
226 B
TypeScript

declare module '@tanstack/history' {
interface HistoryState {
__tempLocation?: HistoryLocation;
__tempKey?: string;
__hashScrollIntoViewOptions?: boolean | ScrollIntoViewOptions;
}
}
export {};