UNPKG

@intl-t/react

Version:

A Fully-Typed Object-Based i18n Translation Library for React

4 lines (3 loc) 205 B
export declare const LOCALE_CLIENT_KEY = "LOCALE"; export declare function setClientLocale(locale: string, key?: string): string; export declare function getClientLocale(key?: string): string | undefined;