UNPKG

@tanstack/router-plugin

Version:

Modern and scalable routing for React applications

11 lines (10 loc) 257 B
type FrameworkOptions = { package: string; idents: { createFileRoute: string; lazyFn: string; lazyRouteComponent: string; }; }; export declare function getFrameworkOptions(framework: string): FrameworkOptions; export {};