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.

6 lines 275 B
export * from "./provider"; export { useUmami } from "./hooks/use-umami"; export { useUmamiView } from "./hooks/use-umami-view"; export { generateEnhancedIdentity } from "./helpers/generate-enhanced-identity"; export type * from "./types"; //# sourceMappingURL=index.d.ts.map