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.
Type Parameters
Section titled “Type Parameters”F extends ComponentHKT
P
E extends Record<string, unknown> = Record<string, never>