UNPKG

@maskito/phone

Version:

The optional framework-agnostic Maskito's package with phone masks

8 lines (7 loc) 353 B
import { type MaskitoOptions } from '@maskito/core'; import { type CountryCode, type MetadataJson } from 'libphonenumber-js/core'; export declare function maskitoPhoneNonStrictOptionsGenerator({ defaultIsoCode, metadata, separator, }: { defaultIsoCode?: CountryCode; metadata: MetadataJson; separator?: string; }): Required<MaskitoOptions>;