UNPKG

@tanstack/start-client-core

Version:

Modern and scalable routing for React applications

11 lines (8 loc) 276 B
import type { AnyRouter, Awaitable } from '@tanstack/router-core' import type { AnyStartInstance } from './createStart.js' export interface StartEntry { startInstance: AnyStartInstance | undefined } export interface RouterEntry { getRouter: () => Awaitable<AnyRouter> }