TeaSpeak-Client/imports/shared-app/ui/react-elements/CountryCode.d.ts

6 lines
142 B
TypeScript

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