UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 254 B
import type { Field } from '../fields/config/types'; import APIError from './APIError'; declare class MissingEditorProp extends APIError { constructor(field: Field); } export default MissingEditorProp; //# sourceMappingURL=MissingEditorProps.d.ts.map