Function: DefaultWrapper()
DefaultWrapper(
props
,context
?):null
|ReactElement
<any
,any
>
The React component that wraps every component in a form.
Parameters
• props: PropsWithChildren
<object
& ClassAttributes
<HTMLDivElement
> & HTMLAttributes
<HTMLDivElement
>>
• context?: any
Returns
null
| ReactElement
<any
, any
>