UNPKG

vue3-telephone-input

Version:
5 lines (4 loc) 96 B
export interface IVue3TelephoneInput { phoneNumber: string; isValid: boolean | undefined; }