UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 327 B
import type { SanitizedCollectionConfig } from '../../../../../collections/config/types'; import type { Field } from '../../../../../fields/config/types'; declare const formatFields: (collection: SanitizedCollectionConfig, isEditing?: boolean) => Field[]; export default formatFields; //# sourceMappingURL=formatFields.d.ts.map