UNPKG

@tanstack/start-client-core

Version:

Modern and scalable routing for React applications

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