import { routerPlugin } from './plugin'; export type { SingleRouteConfig, HistoryConfig, RouterConfig, RouterExtendsHooks, } from './plugin'; export { routerPlugin } from './plugin'; export default routerPlugin; export * from 'react-router-dom'; export * from 'history';