UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

10 lines (9 loc) 423 B
import { VPhoneInputCountryComposable, VPhoneInputCountryComposableOptions, VPhoneInputCountryObject } from '../types'; /** * Composable to manage phone input countries. * * @param options * * @internal */ export default function usePhoneInputCountries<Country extends VPhoneInputCountryObject = VPhoneInputCountryObject>(options: VPhoneInputCountryComposableOptions<Country>): VPhoneInputCountryComposable<Country>;