Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/router / dist / deps / isUniqRouteChange.d.ts
Size: Mime:
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;