UNPKG

@phntms/react-gtm

Version:

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

12 lines 262 B
export interface EmbedTrackingProps { id?: string; disable?: boolean; } export interface EventTrackingProps { event?: string; data?: EventDataProps; } export interface EventDataProps { [key: string]: any; } //# sourceMappingURL=types.d.ts.map