Repository URL to install this package:
|
Version:
7.0.2 ▾
|
import { RoutePathObjType } from '../typings';
declare const routePathCurrent: {
path: string;
exact: boolean;
strict: boolean;
};
/**
* @modifies routePaths
*/
declare const routeToAttributes: (route: RoutePathObjType) => {
key: string;
path: string;
component: any;
};
export { routeToAttributes, routePathCurrent };