UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 286 B
export declare function looksValid(phoneNumber: string): boolean; export declare const getEmojiFlag: (countryCode: string) => string; export interface PhoneNumberCountryDefinition { iso2: string; prefix: string; } export declare const COUNTRIES: PhoneNumberCountryDefinition[];