Repository URL to install this package:
|
Version:
7.0.0-alpha.3 ▾
|
import { DefaultPropsWithRouter } from '../typings';
/**
* @todo - should be callable in oneRouter specific
* needs to have immutable history list which is available
* but probably needs fork of react-router
*/
declare function isUniqueRouteChange<Props = DefaultPropsWithRouter<any>>(prevProps: DefaultPropsWithRouter<Props>, nextProps: DefaultPropsWithRouter<Props>): boolean;
export { isUniqueRouteChange, isUniqueRouteChange as isUniqRouteChange };
export default isUniqueRouteChange;