UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

7 lines (6 loc) 164 B
/** * Guess phone country using ip2c.org service. * * @see https://about.ip2c.org/ */ export default function guessPhoneCountry(): Promise<string | undefined>;