UNPKG

@tanstack/router-plugin

Version:

Modern and scalable routing for React applications

5 lines (4 loc) 180 B
import type * as t from '@babel/types'; export declare function createRouteHmrStatement(stableRouteOptionKeys: Array<string>, opts?: { hotExpression?: string; }): t.Statement;