import type { RegisterOptions } from "react-hook-form" export type PhoneProps = { countrySelectName?: string name?: string placeholder?: string registerOptions?: RegisterOptions }