v-phone-input
Version:
International phone field for Vuetify 3 and Vue 3.
8 lines (7 loc) • 479 B
TypeScript
import { VPhoneCountryInputComponent, VPhoneInputCountryObject, VPhoneInputPluginOptions } from '../types';
/**
* Provide given phone input options to current Vue context.
*
* @param options
*/
export default function providePhoneInputOptions<Country extends VPhoneInputCountryObject = VPhoneInputCountryObject, CountryInputComponent extends VPhoneCountryInputComponent = VPhoneCountryInputComponent>(options: VPhoneInputPluginOptions<Country, CountryInputComponent>): void;