UNPKG

ngxsmk-tel-input

Version:

Angular international telephone input (intl-tel-input UI + libphonenumber-js validation). ControlValueAccessor. SSR-safe.

10 lines 355 B
import type { CountryCode } from 'libphonenumber-js'; export type CountryMap = Partial<Record<CountryCode, string>>; export interface IntlTelI18n { selectedCountryAriaLabel?: string; countryListAriaLabel?: string; searchPlaceholder?: string; zeroSearchResults?: string; noCountrySelected?: string; } //# sourceMappingURL=types.d.ts.map