Skip to content

ApplyComponent

ApplyComponent<F, P, E> = F & object["component"]

Defined in: packages/core/src/fields/baseTypes.ts:35

Applies a ComponentHKT to specific props, resolving to the framework’s component type.

F extends ComponentHKT

P

E extends Record<string, unknown> = Record<string, never>