import type { RegisterOptions } from "react-hook-form" export type CountryProps = { label: string name?: string placeholder?: string registerOptions?: RegisterOptions } export type CountryPortalContainer = HTMLDivElement | undefined export type CountryPortalContainerArgs = HTMLDivElement | null