UNPKG
@ohh-889/react-auto-route
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
A plugin to create router elegantly
github.com/mufeng889/react-auto-route
@ohh-889/react-auto-route
/
dist
/
webpack.d.cts
7 lines
(4 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ E
as
ElegantReactRouterOption
}
from
'./shared/react-auto-route.0ebca720.cjs'
;
import
'react-router-dom'
;
declare
const
_default
:
(
options
?:
Partial
<
ElegantReactRouterOption
> |
undefined
) =>
WebpackPluginInstance
;
export
{ _default
as
default
};