UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

14 lines (13 loc) 567 B
import { VPhoneCountryInputComponent, VPhoneInputCountryObject, VPhoneInputPluginOptions } from '../types'; /** * Injection key for VPhoneInput options. * * @internal */ export declare const V_PHONE_INPUT_INJECTION_KEY: unique symbol; /** * Inject VPhoneInput options. * * @internal */ export default function injectPhoneInputPluginOptions<Country extends VPhoneInputCountryObject = VPhoneInputCountryObject, CountryInputComponent extends VPhoneCountryInputComponent = VPhoneCountryInputComponent>(): VPhoneInputPluginOptions<Country, CountryInputComponent>;