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.
14 lines • 371 B
TypeScript
interface TimezoneEntry {
u?: number;
a?: string;
c?: string[];
r?: number;
d?: number;
}
type TimezoneToCountryCodeMap = {
[key: string]: TimezoneEntry;
};
export declare const timezoneToCountryCodeMap: TimezoneToCountryCodeMap;
export declare const timezoneCountryMap: Record<string, string>;
export {};
//# sourceMappingURL=timeZoneMap.d.ts.map