UNPKG

mui-tel-input

Version:

A phone number input designed for the React library MUI built with libphonenumber-js

6 lines (5 loc) 304 B
import { MetadataJson } from 'libphonenumber-js'; export declare const COUNTRIES: MetadataJson['countries']; export declare const ISO_CODES: import('libphonenumber-js').CountryCode[]; export type MuiTelInputCountry = (typeof ISO_CODES)[number]; export declare const DEFAULT_ISO_CODE: MuiTelInputCountry;