UNPKG

@spaced-out/ui-design-system

Version:
12 lines 595 B
import type { MenuOption } from '../../components/Menu'; export declare const defaultOptions: MenuOption[]; export declare const currencyOptions: MenuOption[]; export declare const phoneNumberOptions: MenuOption[]; /** * Format phone numbers according to country-specific patterns * @param {string} phoneNumber - The phone number to format * @param {string} locale - The locale/country code (e.g., 'US', 'GB', 'JP') * @returns {string} - Formatted phone number */ export declare const formatPhoneNumber: (phoneNumber: string, locale?: string) => string; //# sourceMappingURL=helper.d.ts.map