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.

5 lines 326 B
export { default as CookieConsenter } from './components/CookieConsenter'; export type { CookieConsenterProps } from './types/types'; export { CookieManager, useCookieConsent, } from './context/CookieConsentContext'; export type { CookieManagerProps } from './context/CookieConsentContext'; //# sourceMappingURL=index.d.ts.map