UNPKG

react-native-country-flag-quality

Version:

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

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