UNPKG

react-native-country-flag

Version:

This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard!

10 lines 303 B
/// <reference types="react" /> interface CountryFlagProps { isoCode: string; size: number; style?: any; flags?: any; } declare const CountryFlag: ({ isoCode, size, style, flags }: CountryFlagProps) => JSX.Element; export default CountryFlag; //# sourceMappingURL=index.d.ts.map