| 87 | declare module '@tanstack/react-router' { |
| 88 | // biome-ignore lint/style/useConsistentTypeDefinitions: Required for TanStack Router module augmentation |
| 89 | interface Register { |
| 90 | router: typeof router; |
| 91 | } |
| 92 | |
| 93 | // biome-ignore lint/style/useConsistentTypeDefinitions: Required for TanStack Router module augmentation |
| 94 | interface HistoryState { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…