## Describe the bug `FieldsComponentEntry` is not exposed, but this is needed to create a custom component for Fabrix. https://github.com/fabrix-framework/fabrix/blob/5b0b54f237d57d862dce42f69a78dd277c3b5d83/packages/fabrix/src/registry.tsx#L99-L102 ## Steps to reproduce N/A ## Expected behavior `FieldsComponentEntry` should be exposed for developers. ## Environment N/A ## Additional context N/A
Describe the bug
FieldsComponentEntryis not exposed, but this is needed to create a custom component for Fabrix.fabrix/packages/fabrix/src/registry.tsx
Lines 99 to 102 in 5b0b54f
Steps to reproduce
N/A
Expected behavior
FieldsComponentEntryshould be exposed for developers.Environment
N/A
Additional context
N/A