UNPKG

react-cookie-manager

Version:

🍪 The ultimate React cookie consent solution. Automatically block trackers, manage consent preferences, and protect user privacy with an elegant UI. Perfect for modern web applications.

7 lines 656 B
export { default as CookieConsenter } from './components/CookieConsenter'; export type { CookieConsenterProps, CookieCategories, DetailedCookieConsent, CategoryDefinition, TranslationKey, TranslationObject, } from './types/types'; export { CookieManager, useCookieConsent, } from './context/CookieConsentContext'; export type { CookieManagerProps } from './context/CookieConsentContext'; export { setGoogleConsentDefault, updateGoogleConsent, mapConsentToSignals, } from './utils/google-consent-mode'; export type { GoogleConsentModeOptions, GoogleConsentSignal, GoogleConsentValue, } from './utils/google-consent-mode'; //# sourceMappingURL=index.d.ts.map