Does MUI Inferencer support custom components?
We have a small wrapper around Material UI altering minor things on the generic components.
Currently, the inferencer uses Refine components like
Is there a way for the Inferencer to provide custom components to render, or at least a way to look for the MUI components in
Currently, the inferencer uses Refine components like
EditButton that is a small wrapper around the MUI Button, and, for example MUI Checkbox via renderedFields internally.Is there a way for the Inferencer to provide custom components to render, or at least a way to look for the MUI components in
@company/react-mui when generating the inferenced code?