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