@phntms/react-gtm
Version:
A lightweight React library to implement custom Google Tag Manager events.
9 lines (8 loc) • 298 B
text/typescript
export { default as TrackingHeadScript } from "./components/TrackingHeadScript";
export { default as trackEvent } from "./utils/trackEvent";
export { default as enableTracking } from "./utils/enableTracking";
export {
EmbedTrackingProps,
EventTrackingProps,
EventDataProps,
} from "./types";