6 lines
142 B
TypeScript
Raw Normal View History

/// <reference types="react" />
2021-04-19 20:27:12 +02:00
export declare const CountryCode: (props: {
alphaCode: string;
className?: string;
}) => JSX.Element;