UNPKG

alexbednov-phone-select

Version:

Vue 3 component for phone number selection with international support and masking.

8 lines (7 loc) 265 B
import './assets/style.css'; export * from './composables/useCountries'; export * from './utils/translations'; export type { Language } from './interfaces'; import PhoneSelect from './components/PhoneSelect.vue'; export { PhoneSelect }; export default PhoneSelect;