6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
/// <reference types="react" />
|
|
export declare const CountryCode: (props: {
|
|
alphaCode: string;
|
|
className?: string;
|
|
}) => JSX.Element;
|