This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Description
Describe the bug
FieldsComponentEntry is not exposed, but this is needed to create a custom component for Fabrix.
|
export type FieldsComponentEntry<P = unknown> = { |
|
type: "fields"; |
|
component: ComponentType<FieldsComponentProps<P>>; |
|
}; |
Steps to reproduce
N/A
Expected behavior
FieldsComponentEntry should be exposed for developers.
Environment
N/A
Additional context
N/A