UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

7 lines (6 loc) 285 B
export { mergeHeaders } from './headers.js'; export { json } from './json.js'; export type { JsonResponse } from './json.js'; export { hydrate } from './ssr-client.js'; export * from './ssr-client.js'; export type { TsrSsrGlobal, DehydratedMatch, DehydratedRouter } from './types.js';