1 | import getDefaultControlOfField from './controls-defaults';
|
2 | declare const _default: {
|
3 | SidebarEntryConfiguration: {
|
4 | widgetId: string;
|
5 | widgetNamespace: import("./types").WidgetNamespace;
|
6 | name: string;
|
7 | description: string;
|
8 | }[];
|
9 | SidebarAssetConfiguration: {
|
10 | widgetId: string;
|
11 | widgetNamespace: import("./types").WidgetNamespace;
|
12 | name: string;
|
13 | description: string;
|
14 | }[];
|
15 | EntryConfiguration: {
|
16 | widgetId: string;
|
17 | widgetNamespace: import("./types").WidgetNamespace;
|
18 | name: string;
|
19 | }[];
|
20 | getDefaultControlOfField: typeof getDefaultControlOfField;
|
21 | };
|
22 | export default _default;
|