UNPKG

rr-next-routes

Version:

generate nextjs-style routes in your react-router-v7 application

11 lines (8 loc) 613 B
import { nextRoutes as nextRoutes$2, generateRouteConfig as generateRouteConfig$2 } from './remix/index.js'; import { nextRoutes as nextRoutes$1, generateRouteConfig as generateRouteConfig$1 } from './react-router/index.js'; export { O as Options, a as appRouterStyle, p as pageRouterStyle } from './next-routes-common-BJgpWjjG.js'; import '@remix-run/route-config'; import '@react-router/dev/routes'; declare const nextRoutes: typeof nextRoutes$1 | typeof nextRoutes$2; declare const generateRouteConfig: typeof generateRouteConfig$1 | typeof generateRouteConfig$2; export { generateRouteConfig, nextRoutes };