UNPKG

gdpr-consent

Version:

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

13 lines (12 loc) 294 B
export type GDPRConsentParameters = { hashtag: string; cookieName: string; timeExpire: number; acceptAllCta: boolean; moreInfoLink: boolean; mandatory: boolean; preferLocalStorage: boolean; websiteName: string; siteDisclaimerTitle: string; siteDisclaimerMessage: string; };