@caesar1030/react-analytics
Version:
Analytics library for React applications
28 lines (27 loc) • 961 B
JavaScript
import { GAConfig as r } from "./react-analytics.es2.js";
import { GAConsent as f } from "./react-analytics.es3.js";
import { GAEvent as G } from "./react-analytics.es4.js";
import { GAPageView as p } from "./react-analytics.es5.js";
import { GASet as n } from "./react-analytics.es6.js";
import { GA4 as u } from "./react-analytics.es7.js";
import { useGAConfig as g } from "./react-analytics.es8.js";
import { useGAConsent as v } from "./react-analytics.es9.js";
import { useGAEvent as a } from "./react-analytics.es10.js";
import { useGAPageView as E } from "./react-analytics.es11.js";
import { useGASet as V } from "./react-analytics.es12.js";
import { GAProvider as b, useGA as c } from "./react-analytics.es13.js";
export {
u as GA4,
r as GAConfig,
f as GAConsent,
G as GAEvent,
p as GAPageView,
b as GAProvider,
n as GASet,
c as useGA,
g as useGAConfig,
v as useGAConsent,
a as useGAEvent,
E as useGAPageView,
V as useGASet
};