@ohh-889/react-auto-route
Version:
A plugin to create router elegantly
8 lines (5 loc) • 303 B
text/typescript
import * as vite from 'vite';
import { E as ElegantReactRouterOption } from './shared/react-auto-route.0ebca720.cjs';
import 'react-router-dom';
declare const _default: (options?: Partial<ElegantReactRouterOption> | undefined) => vite.Plugin<any> | vite.Plugin<any>[];
export { _default as default };