v-phone-input
Version:
International phone field for Vuetify 3 and Vue 3.
8 lines (7 loc) • 305 B
TypeScript
/**
* VPhoneInput properties which are forwarded to both country and phone input.
*
* @internal
*/
declare const _default: readonly ["variant", "flat", "tile", "density", "singleLine", "hideDetails", "reverse", "color", "bgColor", "theme", "disabled", "readonly", "rounded"];
export default _default;