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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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