UNPKG

@generouted/react-router

Version:

Generated file-based routes for React Router and Vite

9 lines (6 loc) 248 B
import * as react from 'react'; import { RouteObject } from 'react-router-dom'; declare const routes: RouteObject[]; declare const Routes: () => react.JSX.Element; declare const Modals: () => react.JSX.Element; export { Modals, Routes, routes };