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