payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
4 lines • 298 B
TypeScript
import { type I18n } from '@payloadcms/translations';
import type { LabelFunction, StaticLabel } from '../config/types.js';
export declare const getTranslatedLabel: (label: LabelFunction | StaticLabel | undefined, i18n?: I18n) => string | undefined;
//# sourceMappingURL=getTranslatedLabel.d.ts.map