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.

12 lines 302 B
interface TrackerCategories { categories: { Analytics: string[]; Social: string[]; ConsentManagers: string[]; Email: string[]; Advertising: string[]; }; } export declare const trackers: TrackerCategories; export {}; //# sourceMappingURL=trackers.d.ts.map