UNPKG

@tanstack/router-plugin

Version:

Modern and scalable routing for React applications

13 lines (12 loc) 323 B
type FrameworkOptions = { package: string; idents: { createFileRoute: string; lazyFn: string; lazyRouteComponent: string; dummyHMRComponent: string; }; dummyHMRComponent: string; }; export declare function getFrameworkOptions(framework: string): FrameworkOptions; export {};