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

[BUG] FieldsComponentEntry is not exposed #201

@IzumiSy

Description

@IzumiSy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions