UNPKG

react-intlayer

Version:

Easily internationalize i18n your React applications with type-safe multilingual content management.

5 lines 424 B
import type { Locales, LocalesValues } from '@intlayer/config/client'; import { type Dictionary, type Plugins } from '@intlayer/core'; import { type DeepTransformContent } from './plugins'; export declare const getDictionary: <T extends Dictionary, L extends LocalesValues = Locales>(dictionary: T, locale?: L, additionalPlugins?: Plugins[]) => DeepTransformContent<T["content"]>; //# sourceMappingURL=getDictionary.d.ts.map