Files
med-notes/.pnpm-store/v10/files/2f/89a698cf161dff0ffcd83109494c2c3182e2aabad3593b4cdf618d75e20eb26d2ed8cfaf75a8fc5244a8d29f62dc987c855c45c720049777d5595be34bfd96
2025-05-09 05:30:08 +02:00

10 lines
254 B
Plaintext

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