@maskito/phone
Version:
The optional framework-agnostic Maskito's package with phone masks
8 lines • 391 B
TypeScript
import type { MaskitoOptions } from '@maskito/core';
import type { CountryCode, MetadataJson } from 'libphonenumber-js/core';
export declare function maskitoPhoneStrictOptionsGenerator({ countryIsoCode, metadata, separator, }: {
countryIsoCode: CountryCode;
metadata: MetadataJson;
separator?: string;
}): Required<MaskitoOptions>;
//# sourceMappingURL=phone-mask-strict.d.ts.map