UNPKG

gdpr-consent

Version:

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

4 lines (3 loc) 242 B
import { GDPRConsentState } from "../interfaces/index.js"; export declare function keydownEvent(gdprConsentState: GDPRConsentState, evt: KeyboardEvent): void; export declare function hashchangeEvent(gdprConsentState: GDPRConsentState): void;