6 lines
140 B
TypeScript
Raw Normal View History

/// <reference types="react" />
export declare const CountryIcon: (props: {
country: string;
className?: string;
}) => JSX.Element;