v-phone-input
Version:
International phone field for Vuetify 3 and Vue 3.
12 lines (11 loc) • 380 B
TypeScript
import { FunctionalComponent } from 'vue';
import { VPhoneCountryDisplayProps, VPhoneInputCountryObject } from '../types';
/**
* Render a country flag using `world-flags-sprite` package.
*
* @param props
*
* @function
*/
declare const VPhoneCountryFlagSprite: FunctionalComponent<VPhoneCountryDisplayProps<VPhoneInputCountryObject>>;
export default VPhoneCountryFlagSprite;