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.
8 lines • 320 B
TypeScript
import { default as React } from 'react';
import { CookieConsenterProps } from '../types/types';
import { TFunction } from '../utils/translations';
declare const CookieConsenter: React.FC<CookieConsenterProps & {
tFunction: TFunction;
}>;
export default CookieConsenter;
//# sourceMappingURL=CookieConsenter.d.ts.map