Input()
Input(
props):null|ReactElement
Only intended for generic text-like inputs, see types in props for list Other more specific inputs should be handled by other components
Parameters
props
Omit<InputProps, "children" | "className" | "style" | "size" | "type"> & BaseInputProps & RefAttributes<HTMLInputElement>
Returns
null | ReactElement