UNPKG

@payloadcms/plugin-form-builder

Version:

Form builder plugin for Payload CMS

6 lines 474 B
import type { GenericTranslationsObject, NestedKeysStripped, SupportedLanguages } from '@payloadcms/translations'; import type { PluginDefaultTranslationsObject } from './types.js'; export declare const translations: SupportedLanguages<PluginDefaultTranslationsObject>; export type PluginFormBuilderTranslations = GenericTranslationsObject; export type PluginFormBuilderTranslationKeys = NestedKeysStripped<PluginFormBuilderTranslations>; //# sourceMappingURL=index.d.ts.map