Interface: ErrorWrapperProps
Properties of the React component that wraps the form view component and displays validation errors.
Extended by
Properties
children?
optionalchildren:ReactNode
The wrapped component.
className?
optionalclassName:string
The CSS class name.
error?
optionalerror:string
The error text.