UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

4 lines 238 B
/// <reference types="react" /> import type { i18n as Ii18n } from 'i18next'; export declare const getTranslation: (label: JSX.Element | Record<string, string> | string, i18n: Ii18n) => string; //# sourceMappingURL=getTranslation.d.ts.map