UNPKG

@grafana/faro-react

Version:

Faro package that enables easier integration in projects built with React.

5 lines (4 loc) 300 B
import type { ReactRouterLocation } from '../types'; import type { ReactRouterV6RouteObject } from './types'; export declare function getNumberOfUrlSegments(url: string): number; export declare function getRouteFromLocation(routes: ReactRouterV6RouteObject[], location: ReactRouterLocation): string;