UNPKG

@tanstack/router-plugin

Version:

Modern and scalable routing for React applications

9 lines (8 loc) 396 B
import { Config } from './config.cjs'; import { UnpluginFactory } from 'unplugin'; /** * This plugin adds HMR support for file routes. * It is only added to the composed plugin in dev when autoCodeSplitting is disabled, since the code splitting plugin * handles HMR for code-split routes itself. */ export declare const unpluginRouterHmrFactory: UnpluginFactory<Partial<Config> | undefined>;