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

Home > @lynx-js/genui > DefinedComponent

DefinedComponent type

Signature:

export type DefinedComponent<T extends $ZodObject = $ZodObject> = CoreDefinedComponent<T, ComponentRenderer<z.infer<T>>>;

References: ComponentRenderer