fix missed props

This commit is contained in:
2025-11-13 21:50:41 +03:00
parent a62ba5028f
commit 6f2c75d32c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
import { Form } from "antd";
import useFormInstance from "antd/es/form/hooks/useFormInstance";
import { TitleProps } from "antd/es/typography/Title";
import { PhoneNumberUtil } from "google-libphonenumber";
import { FunctionComponent } from "react";
import { useTranslation } from "react-i18next";
import PhoneInput from "react-phone-input-2";
import { useAppSelector } from "redux/hooks";
import { ProBlack1 } from "ThemeConstants";
import { PhoneNumberUtil } from "google-libphonenumber";
import useFormInstance from "antd/es/form/hooks/useFormInstance";
interface ProPhoneInput extends TitleProps {
propName?: string;