UNPKG

@phntms/react-gtm

Version:

A lightweight React library to implement custom Google Tag Manager events.

5 lines 327 B
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"; //# sourceMappingURL=index.d.ts.map