UNPKG

vue-circle-flags

Version:

A vue component with a collection of 400+ circular SVG country flags. Wrapper of HatScripts/circle-flags

8 lines 247 B
import { App } from 'vue'; import { countryCodes, countryList } from '../defs/country'; declare const _default: { install: (app: App) => void; }; export default _default; export { countryCodes, countryList }; //# sourceMappingURL=main.d.ts.map