UNPKG

gdpr-consent

Version:

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

13 lines (12 loc) 299 B
import { ServiceLoader } from "../interfaces/index.js"; declare global { interface Window { fbAsyncInit?: () => void; FB?: { XFBML: { parse: (node: Element) => void; }; }; } } export declare const facebookvideo: ServiceLoader;