ComponentHKT
Defined in: packages/core/src/fields/baseTypes.ts:26
Higher-kinded type interface for framework-specific component constructors.
Frameworks implement this to map a props type to their component type.
Example
Section titled “Example”interface ReactHKT extends ComponentHKT { component: React.ComponentType<this['_props']>;}Extended by
Section titled “Extended by”Properties
Section titled “Properties”_extra
Section titled “_extra”
readonly_extra:Record<string,unknown>
Defined in: packages/core/src/fields/baseTypes.ts:28
_props
Section titled “_props”
readonly_props:unknown
Defined in: packages/core/src/fields/baseTypes.ts:27
component
Section titled “component”
readonlycomponent:unknown
Defined in: packages/core/src/fields/baseTypes.ts:29