UNPKG

@tanstack/router-plugin

Version:

Modern and scalable routing for React applications

8 lines (6 loc) 198 B
/* eslint-disable no-var */ import type { GetRoutesByFileMapResult } from '@tanstack/router-generator' declare global { var TSR_ROUTES_BY_ID_MAP: GetRoutesByFileMapResult | undefined } export {}