UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

12 lines (11 loc) 366 B
import { FunctionalComponent } from 'vue'; import { VPhoneCountryDisplayProps, VPhoneInputCountryObject } from '../types'; /** * Render a country flag using `flag-icons` package. * * @param props * * @function */ declare const VPhoneCountryFlagSvg: FunctionalComponent<VPhoneCountryDisplayProps<VPhoneInputCountryObject>>; export default VPhoneCountryFlagSvg;