UNPKG

react-svg-country-flags

Version:

easy-to-use component flags of the countries for react.

9 lines (8 loc) 237 B
import React, { FC } from 'react'; export interface Props { country: string; className?: string; } export declare const Flag: FC<Props>; declare const _default: React.NamedExoticComponent<Props>; export default _default;