Additional Exports
In addition to VueSimplePhone
component, the vue-simple-phone
exports a few other things.
supportedCountries
which is justcountries
fromcountry-flag-icons
reexported.
ts
import { supportedCountries } from 'vue-simple-phone'
ParsedPhoneNumber
the resultant parsed phone number object type fromawesome-phonenumber
.
ts
import { type ParsedPhoneNumber } from 'vue-simple-phone'
This is done to not require the end user to install these libraries seperately.