UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

4 lines (3 loc) 230 B
import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types'; import type { MetadataJson } from 'libphonenumber-js/core'; export declare function tuiGetCallingCode(iso: TuiCountryIsoCode, metadata?: MetadataJson | null): string;