UNPKG

@bemit/consent-ui

Version:

9 lines (8 loc) 188 B
declare global { interface Window { dataLayer: any[]; gtag?: (...args: any) => void; fbq?: (action: string, value: string | number) => void; } } export {};