Files
med-notes/.pnpm-store/v10/files/f4/1e240eb299f364f827c54ad130a6d10b8825c7f584b59d06726095be4e386709527f1476a32686b2209375aecc427d2eeb35313d3958050f6aec8e2283b0f6
2025-05-09 05:30:08 +02:00

9 lines
226 B
Plaintext

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