UNPKG

react-native-country-flag-icon

Version:

This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard! But teeny tiny icon sized images!

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