@lynxts/core • Docs
@lynxts/core / ArrayField
ArrayField<
T
,K
>(props
):ReactElement
<any
,string
|JSXElementConstructor
<any
>>
Helper component for array fields with finner control over the re-renders.
• T extends Struct
struct type of the form values
• K extends string
the type of the path of the array field
• props: ArrayFieldProps
<T
, K
>
the array field props
ReactElement
<any
, string
| JSXElementConstructor
<any
>>