UNPKG

@umijs/runtime

Version:
8 lines (7 loc) 585 B
export { createBrowserHistory, createHashHistory, createMemoryHistory, } from 'history-with-query'; export type { History, MemoryHistory } from 'history-with-query'; export { __RouterContext } from 'react-router'; export { Link, matchPath, MemoryRouter, NavLink, Prompt, Redirect, Route, Router, StaticRouter, Switch, useHistory, useLocation, useParams, useRouteMatch, withRouter, } from 'react-router-dom'; export { default as dynamic } from './dynamic/dynamic'; export { ApplyPluginsType, default as Plugin } from './Plugin/Plugin'; export { isBrowser } from './utils/index';