paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

fix: add export for types #40

Closed damideleon closed 4 months ago

damideleon commented 4 months ago

Added exports for types from types/countries.ts and types/options.ts. TypeScript cannot import them correctly from the package.

paul-thebaud commented 4 months ago

Thank you @damideleon for this contribution. I'll close this PR and integrate types export using export * instead (see d900f2c513378a31a4756a3b990d9fa526b457eb).

paul-thebaud commented 4 months ago

@damideleon fix released in v4.3.2 :tada: