UNPKG

umami-analytics-react

Version:

React hooks (useUmami, useUmamiView) and UmamiProvider for seamless Umami analytics integration, supporting page views, custom event tracking, and session identification.

4 lines 244 B
import type { MutableRefObject } from "react"; import type { Umami } from "../types"; export declare function tryUmami(umami: MutableRefObject<Umami | null>, eventName: keyof Umami, args: any[]): boolean; //# sourceMappingURL=try-umami.d.ts.map