UNPKG

@wavenet/cookie-law

Version:

À l'ère du _RGPD_, faut-il expliquer le besoin d'une bannière de cookies ? _Cookie law_ vous permet d'ajouter une bannière invitant le visiteur à accepter ou refuser certains cookies sur votre site.

19 lines (17 loc) 373 B
declare namespace JSX { interface CookieLawAttributes extends HTMLAttributes { src?: string; children?: React.ReactNode; } interface CookieLawFallbackAttributes extends HTMLAttributes { consent: string; } interface IntrinsicElements { "wvn-cookie-law": CookieLawAttributes "wvn-cookie-law-fallback": CookieLawFallbackAttributes } }