UNPKG

country-list-with-dial-code-and-flag

Version:
4 lines (3 loc) 115 B
import { CountryInterface } from './types'; declare const countries: CountryInterface[]; export default countries;