@tanstack/start-client-core
Version:
Modern and scalable routing for React applications
12 lines (8 loc) • 328 B
TypeScript
declare module '#tanstack-start-entry' {
import type { StartEntry } from '@tanstack/start-client-core'
export const startInstance: StartEntry['startInstance']
}
declare module '#tanstack-router-entry' {
import type { RouterEntry } from '@tanstack/start-client-core'
export const getRouter: RouterEntry['getRouter']
}