UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

6 lines (5 loc) 221 B
import { CountryGuesser } from '../../types/countries'; export default class Ip2cCountryGuesser implements CountryGuesser { static readonly IP2C_URL = "https://ip2c.org/s"; guess(): Promise<string | undefined>; }