acronweb-cookies
Version:
A modern, GDPR-compliant cookie consent plugin for React and Next.js applications
4 lines • 359 B
TypeScript
import { CookieConsentProps } from '../types';
import './GegolaFont.css';
export declare function CookieConsent({ language, firebaseConfig, onAccept, onDecline, customContent, privacyUrl, showPoweredBy, theme, position, autoHide, autoHideDelay }: CookieConsentProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=CookieConsent.d.ts.map