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.
6 lines • 373 B
TypeScript
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';
export type { GeoOptions } from './utils/geo';
//# sourceMappingURL=index.d.ts.map