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 • 374 B
TypeScript
import { TranslationFunction, TranslationKey, TranslationObject } from '../types/types';
export type TFunction = (key: TranslationKey, params?: Record<string, string>) => string;
export declare function createTFunction(translations?: TranslationObject | TranslationFunction<any, any>, translationI18NextPrefix?: string): TFunction;
//# sourceMappingURL=translations.d.ts.map