UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

4 lines 274 B
import { type I18n } from '@payloadcms/translations'; import type { LabelFunction, StaticLabel } from '../config/types.js'; export declare const getTranslatedLabel: (label: LabelFunction | StaticLabel, i18n?: I18n) => string; //# sourceMappingURL=getTranslatedLabel.d.ts.map