import { useLocale } from "next-intl"; import React from "react"; const Input = ({ id, lable, name, type, textarea, mt, disabled, theme, inputEvent, inputFocus, style, value, readOnly, validator, validatorData, select, selectData, defaultValue, }) => { const locale = useLocale(); const isRTL = locale === "fa"; return (