const Input = ({ id, lable, name, type, textarea, mt, disabled, theme, inputEvent, inputFocus, style, value, readOnly, validator, validatorData, select, selectData, defaultValue, }) => { return (
{textarea ? (