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

6 lines
142 B
TypeScript
Raw Normal View History

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