UNPKG

@maskito/phone

Version:

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

9 lines 409 B
import type { MaskitoOptions } from '@maskito/core'; import type { CountryCode, MetadataJson } from 'libphonenumber-js/core'; export declare function maskitoPhoneOptionsGenerator({ countryIsoCode, metadata, strict, separator, }: { countryIsoCode?: CountryCode; metadata: MetadataJson; strict?: boolean; separator?: string; }): Required<MaskitoOptions>; //# sourceMappingURL=phone-mask.d.ts.map