UNPKG

contentful-management

Version:
24 lines (23 loc) 495 B
import { WidgetNamespace } from './types'; export declare const EntryEditorWidgetTypes: { DEFAULT_EDITOR: { name: string; id: string; icon: string; }; REFERENCE_TREE: { name: string; id: string; icon: string; }; TAGS_EDITOR: { name: string; id: string; icon: string; }; }; export declare const EntryConfiguration: { widgetId: string; widgetNamespace: WidgetNamespace; name: string; }[];