UNPKG

@phntms/react-gtm

Version:

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

5 lines 250 B
/// <reference types="react" /> import { EmbedTrackingProps } from "../types"; declare const TrackingHeadScript: ({ id, disable }: EmbedTrackingProps) => JSX.Element; export default TrackingHeadScript; //# sourceMappingURL=TrackingHeadScript.d.ts.map