import type { PatternsFieldType } from '@wix/bex-core'; import type { CellTypeConfigMap } from './types'; /** * Maps a source field's neutral type to the EditableTable cell type used to * render and edit it. Reference / multi-reference / address need extra * typeConfig the projection can't supply yet, so the projection downgrades * those to a read-only display (see NEEDS_TYPE_CONFIG in * buildEditableFieldColumns); the ideal mapping is kept here for when that * lands. ARRAY / OBJECT / UNKNOWN have no dedicated editable cell, so they * display as 'object'. */ export declare const FIELD_TYPE_TO_CELL_TYPE: Record; //# sourceMappingURL=fieldTypeToCellType.d.ts.map