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.

4 lines 277 B
import { CookieCategories } from '../types/types'; export declare const getBlockedHosts: (preferences: CookieCategories | null) => string[]; export declare const getBlockedKeywords: (preferences: CookieCategories | null) => string[]; //# sourceMappingURL=tracker-utils.d.ts.map