UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

3 lines (2 loc) 210 B
import { CountryGuesser, PreferableCountryGuesser } from '../../types/countries'; export default function isPreferableCountryGuesser(countryGuesser: CountryGuesser): countryGuesser is PreferableCountryGuesser;