3 lines
194 B
Plaintext
3 lines
194 B
Plaintext
import { AnyRoute, AnyRouter } from '@tanstack/router-core';
|
|
export declare function renderRouteNotFound(router: AnyRouter, route: AnyRoute, data: any): import("react/jsx-runtime").JSX.Element;
|