@karmaniverous/hook-form-semantic
    Preparing search index...

    Interface PhoneCountryOption

    interface PhoneCountryOption {
        dialCode: string;
        iso2: CountryIso2;
        label: string;
        name: string;
    }
    Index
    dialCode: string
    iso2: CountryIso2
    label: string

    Display text, e.g. United States (+1).

    name: string