UNPKG

vue3-country-select

Version:

A Vue 3 component for country selection with TypeScript support

3 lines (2 loc) 76 B
declare const getCountry: () => Promise<string>; export default getCountry;