UNPKG

@lion/ui

Version:

A package of extendable web components

13 lines 386 B
/** * @typedef {import('../types/index.js').RegionCode} RegionCode */ /** * @param {string} viewValue * @param {{regionCode:RegionCode}} options * @returns {string} */ export function parsePhoneNumber(viewValue: string, { regionCode }: { regionCode: RegionCode; }): string; export type RegionCode = import('../types/index.js').RegionCode; //# sourceMappingURL=parsers.d.ts.map