This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > ComponentRenderer

ComponentRenderer type

Signature:

export type ComponentRenderer<P = Record<string, unknown>> = React.FC<ComponentRenderProps<P>>;

References: ComponentRenderProps