withJsonFormsLabelProps
constwithJsonFormsLabelProps: (Component,memoize?) =>ComponentType<OwnPropsOfLabel> =JsonFormsReact.withJsonFormsLabelProps
Connects a component to a JsonForms label element.
Parameters
Section titled “Parameters”Component
Section titled “Component”ComponentType<LabelProps & OwnPropsOfEnum>
memoize?
Section titled “memoize?”boolean
Returns
Section titled “Returns”ComponentType<OwnPropsOfLabel>