UNPKG

@grafana/faro-react

Version:

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

6 lines (5 loc) 333 B
import type { ReactRouterV4V5ActiveEvent } from './types'; export declare let activeEvent: ReactRouterV4V5ActiveEvent | undefined; export declare function createNewActiveEvent(url: string): ReactRouterV4V5ActiveEvent; export declare function setActiveEventRoute(route: string): void; export declare function sendActiveEvent(): void;