UNPKG

gdpr-consent

Version:

GDPR banner to comply with the European cookie law. Inspired by tarteaucitronjs.

8 lines (7 loc) 189 B
import { ServiceLoader } from "../interfaces/index.js"; declare global { interface Window { dataLayer?: unknown[]; } } export declare const googletagmanager: ServiceLoader;