UNPKG

@generouted/tanstack-react-router

Version:

Generated file-based routes for TanStack React Router and Vite

12 lines (8 loc) 247 B
import { Plugin } from 'vite'; declare const defaultOptions: { output: string; format: boolean; }; type Options = typeof defaultOptions; declare function Generouted(options?: Partial<Options>): Plugin; export { Generouted as default };