UNPKG

react-cookie-consent_teset2

Version:

React components to integrate TrustArc Cookie Consent Manager into React and Next.js apps

23 lines (22 loc) 493 B
declare global { interface Window { trusteSettings?: { URL_PRO: string, URL_ADV: string }; truste?: { bn?: { reopenBanner: () => void; bannerMain: () => void; }; eu?: { icon: { initialize: () => void; }; irmLink?: Node; irmLinkContainer: Node; }; }; } } export {};