UNPKG

contentful-management

Version:
14 lines (13 loc) 359 B
import { WidgetNamespace } from './types'; export declare const SidebarEntryConfiguration: { widgetId: string; widgetNamespace: WidgetNamespace; name: string; description: string; }[]; export declare const SidebarAssetConfiguration: { widgetId: string; widgetNamespace: WidgetNamespace; name: string; description: string; }[];