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.

8 lines 375 B
import type { UmamiRegisterConfig } from "../types"; type UmamiProviderProps = { children: React.ReactNode; autoLoad?: boolean; } & UmamiRegisterConfig; export declare function UmamiProvider({ children, websiteId, autoLoad, scriptSrc, scriptAttributes, }: UmamiProviderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=provider.d.ts.map