Skip to content

FieldComponentsMap

FieldComponentsMap = Partial<Record<FieldType, unknown>>

Defined in: packages/core/dist/index.d.ts:8

Framework-agnostic map of field-type → component. Values are typed as unknown to avoid pulling React (or any UI framework) into the core package. The React layer narrows this to ComponentType.