Additional Exports
In addition to VueSimplePhone component, the vue-simple-phone exports a few other things.
supportedCountrieswhich is justcountriesfromcountry-flag-iconsreexported.
ts
import { supportedCountries } from 'vue-simple-phone'ParsedPhoneNumberthe 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.