UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

4 lines (3 loc) 149 B
/** Stable identifier used for the root route in a route tree. */ export const rootRouteId = '__root__' export type RootRouteId = typeof rootRouteId