TeaSpeak-Client/imports/shared-app/ui/react-elements/CountryCode.d.ts
2021-04-19 20:27:12 +02:00

6 lines
142 B
TypeScript

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