UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

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