UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 285 B
import React from 'react'; import type { FieldTypes } from '../../../forms/field-types'; import type { GlobalEditViewProps } from '../../types'; export declare const DefaultGlobalEdit: React.FC<GlobalEditViewProps & { fieldTypes: FieldTypes; }>; //# sourceMappingURL=index.d.ts.map