UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

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