UNPKG

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

Version:
9 lines (8 loc) 234 B
import { CountryFlagSvgInterface } from './types'; declare const CountryFlagSvg: CountryFlagSvgInterface; declare global { interface Window { CountryFlagSvg: CountryFlagSvgInterface; } } export default CountryFlagSvg;